예제 #1
0
 private void OnThrowableExit(Exploder exp)
 {
     SetThrowableImage(player.SmbThrow.GetThrowableSprite());
     SetThrowableName(player.SmbThrow.GetThrowableName());
     ThrowableCountTexter(player.SmbThrow.GetThrowableCount());
 }
예제 #2
0
 private void OnThrowableSwitch(Exploder oldExp, Exploder newExp)
 {
     SetThrowableImage(player.SmbThrow.GetThrowableSprite());
     SetThrowableName(player.SmbThrow.GetThrowableName());
     ThrowableCountTexter(player.SmbThrow.GetThrowableCount());
 }