Changeset 215 for trunk/UGameProtocol.pas
- Timestamp:
- May 25, 2018, 8:30:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UGameProtocol.pas
r213 r215 6 6 7 7 uses 8 Classes, SysUtils, UGame, UVarBlockSerializer, UCommPin, SpecializedList, 9 UCommFrame; 8 Classes, SysUtils, UGame, UVarBlockSerializer, UCommPin, SpecializedList; 10 9 11 10 type … … 50 49 FOnSurrender: TNotifyEvent; 51 50 FOnTurnEnd: TNotifyEvent; 52 CommFrame: TCommFrame;53 51 procedure Receive(Sender: TCommPin; Stream: TListByte); 54 52 procedure SendCmd(Command: TCommand);
Note:
See TracChangeset
for help on using the changeset viewer.