示例#1
0
    void Awake()
    {
        DontDestroyOnLoad(this);

        anim       = GetComponent <Animator>();
        controller = GetComponent <Player>();

        stats.Initialize();
        hPotion.Initialize();
    }