]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Person.hpp
Moved creatures skins to PersonType class
[lugaru.git] / Source / Objects / Person.hpp
index 1b9a01c8f079b1d997f94b1eca7a2980302fa397..d67c503219e8660987c1ac13958a1a478f30262c 100644 (file)
@@ -77,6 +77,8 @@ public:
     std::string lowModelFileName;
     std::string modelClothesFileName;
 
+    std::vector<std::string> skins;
+
     static std::vector<PersonType> types;
     static void Load();
 };