Пример #1
0
 public NextLevelEvent(EventsManager.EventType type, string nextLevel) : base(type)
 {
     this.nextLevel = nextLevel;
 }
Пример #2
0
 public BaseEvent(EventsManager.EventType type)
 {
     this.type = type;
 }
Пример #3
0
 public EventWithGurl(EventsManager.EventType type, Transform daGurl) : base(type)
 {
     this.gurl = daGurl;
 }