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