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

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