コード例 #1
0
ファイル: portalMan.cs プロジェクト: allen111/ScriptPortal
 void Awake()
 {
     NM = GetComponentInParent<NotificationsManager>();
     NM.CreateEvent("PortalSpawn");
     NM.CreateEvent("PortalTimeSet");
     NM.CreateEvent("Destroied");
 }
コード例 #2
0
ファイル: PostEx.cs プロジェクト: allen111/ScriptPortal
 void Awake()
 {
     NM = GetComponentInParent<NotificationsManager>();
     NM.CreateEvent("eventoProva");
 }