void Awake()
 {
     _instance = this;
 }
Exemple #2
0
 void Start()
 {
     Instance = this;
 }