Cube  ServerEntity.h at [6b85eefc85]

File src/ServerEntity.h artifact 05bfd0886b part of check-in 6b85eefc85


#import <ObjFW/ObjFW.h>

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

+ (instancetype)entity;
@end