Cube  Artifact [96ac6db959]

Artifact 96ac6db959c9a86033ab95429fd5a64be7d0164dd130899c9f277d3dc22ed933:


#import "DynamicEntity.h"

@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