コード例 #1
0
 public void Charging(Actor self, Target target)
 {
     wsb.PlayCustomAnimation(self, info.ChargeSequence, () => wsb.CancelCustomAnimation(self));
 }
コード例 #2
0
 void INotifyCreated.Created(Actor self)
 {
     wsb.PlayCustomAnimation(self, info.Sequence, () => self.GrantCondition(info.Condition));
 }