コード例 #1
0
 public void Activation(HitData data, bool state)
 {
     hitboxes[data.HitboxName].SetState(data, state);
 }