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