Пример #1
0
        /// <summary>
        /// The color of the card. This is derived from the suit.
        /// </summary>
        ///
        void Awake()
        {
            forCheckLandscape = GameObject.Find("Board").GetComponent <FreeCellBehavior>();

            DeviceChange.OnResolutionChange  += onResChange;
            DeviceChange.OnOrientationChange += onOrenChange;
        }
Пример #2
0
 public FreeCellBehavior()
 {
     Instance = this;
 }