Changeset 364 for trunk/UBrain.pas


Ignore:
Timestamp:
Apr 12, 2021, 11:55:20 PM (3 years ago)
Author:
chronos
Message:
  • Added: Partial network game play implementation.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UBrain.pas

    r363 r364  
    1515
    1616type
    17   TBrainType = (btNoTerm, btSuperVirtual, btTerm, btRandom, btAI);
     17  TBrainType = (btNoTerm, btSuperVirtual, btTerm, btRandom, btAI, btNetworkServer,
     18    btNetworkClient);
    1819
    1920  { TBrain }
Note: See TracChangeset for help on using the changeset viewer.