Cube  ServerEntity.h at [c634a689e7]

File src/ServerEntity.h artifact 4bace14bef part of check-in c634a689e7


#import <ObjFW/ObjFW.h>

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

+ (instancetype)entity;
@end