Пример #1
0
 void Start()
 {
     instance = this;
 }
Пример #2
0
 void Update()
 {
     instance = this;
 }
Пример #3
0
 void Awake()
 {
     instance = this;
 }