Cube  Entity.h at [7e4ba7f32a]

File src/Entity.h artifact 6a40859f40 part of check-in 7e4ba7f32a


#import "PersistentEntity.h"

@interface Entity: PersistentEntity
@property (nonatomic) bool spawned; // the only dynamic state of a map entity
@end