Example #1
0
 public override void Tick(float DeltaTime)
 {
     Animation_.Tick(DeltaTime);
     Fsm_.Tick(DeltaTime);
 }