C# Class Networking, Halite

Inheritance: MonoBehaviour
显示文件 Open project: HaliteChallenge/Halite Class Usage Examples

Public Methods

Method Description
SendMoves ( IEnumerable moves ) : void

Call to send your move orders and complete your turn.

Method Details

SendMoves() public static method

Call to send your move orders and complete your turn.
public static SendMoves ( IEnumerable moves ) : void
moves IEnumerable
return void