Ejemplo n.º 1
0
        public static string[] DecodeAction(string action, PlayerIndex pi = PlayerIndex.One)
        {
            PortControl pc = PortControls[pi];

            return(pc.DecodeAction(action));
        }