Exemplo n.º 1
0
 protected virtual void Awake()
 {
     CurrentInstance = this;
 }
Exemplo n.º 2
0
 public static void ClearGameServiceProvider()
 {
     CurrentInstance = null;
 }