コード例 #1
0
 public void Jumping()
 {
     context.ActionState = context.GetJumpingMarioState();
     context.SetCurrentFrame(MarioFrame.Jumping);
 }