Added new batch of script object icons + some fixes

This commit is contained in:
parax0
2016-01-02 11:03:33 -07:00
parent 78400b7072
commit 37fd93d10e
65 changed files with 103 additions and 90 deletions

View File

@@ -38,7 +38,7 @@ public:
};
/*
* __CProperty is a template subclass for actual properties.
* TTypedProperty is a template subclass for actual properties.
*/
template <typename PropType, EPropertyType TypeEnum, class ValueClass>
class TTypedProperty : public IProperty