Esempio n. 1
0
 public GState(eGStateGame id)
 {
     this.m_ID = id;
 }
Esempio n. 2
0
 public GIntroState(eGStateGame id)
     : base(id)
 {
     this.EnabledGesture = GestureType.Tap;
 }