コード例 #1
0
 public Damage_OT(Damage_OTType _type, int _amount, float _time)
 {
     SetDamage_OTType(_type);
     SetDamage_OTAmount(_amount);
     SetDamage_OTDuration(_time);
 }
コード例 #2
0
 public void SetDamage_OTType(Damage_OTType t)
 {
     type = t;
 }