Cube  Entity.h at [ef1d7e47f7]

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


#import "PersistentEntity.h"

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