Convert entity to a class
FossilOrigin-Name: 4b002822f954056510cbb1f85d7687784e26782f63c5995f01ac6488d0632d80
This commit is contained in:
parent
34b31eb77f
commit
d42f82f1ec
19 changed files with 222 additions and 122 deletions
5
src/Entity.h
Normal file
5
src/Entity.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#import "PersistentEntity.h"
|
||||
|
||||
@interface Entity: PersistentEntity
|
||||
@property (nonatomic) bool spawned; // the only dynamic state of a map entity
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue