Cube  Artifact [7ec70bc2d0]

Artifact 7ec70bc2d09da1a84efe59a391996ac5823e2d531eeb6ab036eb3517d6f6410b:


#import "DynamicEntity.h"

OF_DIRECT_MEMBERS
@interface Player: DynamicEntity
// special client ent that receives input and acts as camera
@property (class, nonatomic) Player *player1;
// sequence id for each respawn, used in damage test
@property (nonatomic) int lifeSequence;
@property (nonatomic) int frags;
@property (copy, nonatomic) OFString *team;

+ (instancetype)player;
@end