示例#1
0
    public float jump_begin; //store when the player last jumped

    private void Awake()
    {
        Instance = this;
    }