コード例 #1
0
ファイル: OnClickButton.cs プロジェクト: hakisuedo7/HW1_Maze
 // Start is called before the first frame update
 void Start()
 {
     menuControll = GameObject.FindGameObjectWithTag("GameController").GetComponent <MenuControll>();
     gameControll = GameObject.FindGameObjectWithTag("GameController").GetComponent <GameControll>();
 }
コード例 #2
0
 public IntSwitcherEvent(Menu menu, MenuControll controll, int value) : base(menu, controll)
 {
     Value = value;
 }