コード例 #1
0
 public PseudoSeerTarget(object o, BUTTON_IDS type)
     : base(-1, false, TargetFlags.None)
 {
     m_Object = o;
     this.type = type;
 }
コード例 #2
0
 public PseudoSeerTarget(object o, BUTTON_IDS type)
     : base(-1, false, TargetFlags.None)
 {
     m_Object  = o;
     this.type = type;
 }