done
This commit is contained in:
parent
3a7ce962e7
commit
058e61a4fd
38 changed files with 3915 additions and 363 deletions
9
TP3/Assets/Scripts/EventBus.cs
Normal file
9
TP3/Assets/Scripts/EventBus.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using UnityEngine;
|
||||
using UnityEngine.Events;
|
||||
|
||||
|
||||
|
||||
public class EventBus
|
||||
{
|
||||
public static UnityEvent<float> WinEvent = new UnityEvent<float>();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue