Exemplo n.º 1
0
 public void Charging(Actor self, Target target)
 {
     wsb.PlayCustomAnimation(self, info.ChargeSequence, () => wsb.CancelCustomAnimation(self));
 }
Exemplo n.º 2
0
 void INotifyCreated.Created(Actor self)
 {
     wsb.PlayCustomAnimation(self, info.Sequence, () => self.GrantCondition(info.Condition));
 }