Ejemplo n.º 1
0
 public static void SetGameLogicNotification(IGameLogicNotification notification)
 {
     s_Instance.SetGameLogicNotificationImpl(notification);
 }
Ejemplo n.º 2
0
 private void SetGameLogicNotificationImpl(IGameLogicNotification notification)
 {
     m_GameLogicNotification = notification;
 }