Cube  Artifact [6a40859f40]

Artifact 6a40859f40bf01020d40e89f4ea06fdd1c18759c8bb6988629b68686386c7aae:


#import "PersistentEntity.h"

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