Example #1
0
 protected virtual void Awake()
 {
     CurrentInstance = this;
 }
Example #2
0
 public static void ClearGameServiceProvider()
 {
     CurrentInstance = null;
 }