Fixed accidentally building the board from player2 perspective.
This commit is contained in:
@@ -3,7 +3,7 @@ using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Gameboard.ShogiUI.BoardState
|
||||
namespace Gameboard.ShogiUI.Rules
|
||||
{
|
||||
public class PlanarCollection<T> : IPlanarCollection<T>, IEnumerable<T> where T : IPlanarElement
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user