コード例 #1
0
ファイル: SlotButton.cs プロジェクト: antony999k/Car-Garage
 private void Start()
 {
     background = GetComponent <Image>();
     slotGroup.Subscribe(this);
 }