Example #1
0
		public void Add(MEventDef evt) {
			allEventInfos[evt] = new EventInfo(evt);
		}
Example #2
0
		public bool TryGetEvent(MEventDef e, out EventInfo info) {
			return allEventInfos.TryGetValue(e, out info);
		}