Differences From Artifact [96ac6db959]:
- File src/Player.h — part of check-in [489bb6c39a] at 2025-03-25 23:03:58 on branch trunk — Add forgotten files (user: js, size: 367) [annotate] [blame] [check-ins using]
To Artifact [7ec70bc2d0]:
- File src/Player.h — part of check-in [7a98b92af9] at 2025-03-25 23:52:50 on branch trunk — Make use of OF_DIRECT (user: js, size: 385) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 | + | #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; |
︙ |