示例#1
0
 private void PressedEnoughTime(Collider2D col)
 {
     _ready = false;
     BreakObject(col);
     _playerControl.IsPulling = false;
     _playerControl.ApplyForce();
 }