Artifact 05bfd0886b3de0876113338b2807430d5796b10b1a654fdd881c3c6d8b295bfa:
- File src/ServerEntity.h — part of check-in [21584a40b6] at 2025-03-20 16:36:34 on branch trunk — Convert server_entity to a class (user: js, size: 202) [annotate] [blame] [check-ins using]
#import <ObjFW/ObjFW.h> // server side version of "entity" type @interface ServerEntity: OFObject @property (nonatomic) bool spawned; @property (nonatomic) int spawnsecs; + (instancetype)entity; @end