コード例 #1
0
ファイル: EventScript.cs プロジェクト: seanyourchek-dev/repo
 void Start()
 {
     OnCardSpawn.Invoke();
     writeTextFields(); //Later text field actualization because of text replacement. At this point the actual card is the actual card.
 }
コード例 #2
0
ファイル: EventScript.cs プロジェクト: caffkane/baleron
 void Start()
 {
     OnCardSpawn.Invoke();
 }