Cube  ServerEntity.h at [08c9d7b0fa]

File src/ServerEntity.h artifact 05bfd0886b part of check-in 08c9d7b0fa


#import <ObjFW/ObjFW.h>

// server side version of "entity" type
@interface ServerEntity: OFObject
@property (nonatomic) bool spawned;
@property (nonatomic) int spawnsecs;

+ (instancetype)entity;
@end