mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-03 14:10:44 +00:00
added __setter and __getter
This commit is contained in:
@@ -17,6 +17,8 @@ typedef enum IStringEnum {
|
||||
ISTRING_EQUAL, // __equal
|
||||
ISTRING_INDEX, // __index
|
||||
ISTRING_NEWINDEX, // __newindex
|
||||
ISTRING_GETTER, // __getter
|
||||
ISTRING_SETTER, // __setter
|
||||
ISTRING_MAX
|
||||
} IStringEnum;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user