Esempio n. 1
0
        void Awake()
        {
            data = Resources.Load <DataPlayer>(Prm.Path.PLAYER_DATA);

            InitLineRenderer();
            Subscription();
        }
Esempio n. 2
0
 void Awake()
 {
     data = Resources.Load <DataPlayer>(Prm.Path.PLAYER_DATA);
 }