Cube  Entity.h at [08c9d7b0fa]

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


#import "PersistentEntity.h"

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