Changed comment to string type
This commit is contained in:
parent
6b4309afc3
commit
db02cfd728
|
|
@ -9,7 +9,7 @@ class Entity(EntityTypeDesc):
|
|||
attribs = (
|
||||
('type', None),
|
||||
('name', 'unnamed'),
|
||||
('comment', ''),
|
||||
('comment', '', 'string'),
|
||||
)
|
||||
|
||||
class LevelMgr(Entity):
|
||||
|
|
|
|||
Loading…
Reference in New Issue