예제 #1
0
 protected virtual void OnGameSystemRemoved(GameSystem gameSystem)
 {
     Removed?.Invoke(gameSystem);
 }
예제 #2
0
 protected virtual void OnGameSystemAdded(GameSystem gameSystem)
 {
     Added?.Invoke(gameSystem);
 }