/// <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; }
public FreeCellBehavior() { Instance = this; }