コード例 #1
0
 protected override void OnGroundedEnter()
 {
     base.OnGroundedEnter();
     secondJump = true;
     fx.LandingParticle();
 }