Cube  Entity.h at [b250dfa8d4]

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


#import "PersistentEntity.h"

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