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