Beispiel #1
0
		public HideState (Hide action, Node target)
			: base (action, target)
		{   
			target.Enabled = false;
		}
Beispiel #2
0
 public HideState(Hide action, Node target)
     : base(action, target)
 {
     target.Enabled = false;
 }