static void Main(string[] args) { GameField g = new GameField(); }
public void SetField(GameField field) { this.field = field; }