Пример #1
0
 // Start is called before the first frame update
 void Start()
 {
     attack_player_button = Attack_player_button.attack_player_button;
 }
Пример #2
0
 private void Awake()
 {
     attack_player_button = this;
 }