Ejemplo n.º 1
0
 internal static void Initialize()
 {
     if (_instance == null)
     {
         _instance = new IceFarseerManager();
     }
 }
Ejemplo n.º 2
0
 internal static void Initialize() {
     if (_instance == null)
         _instance = new IceFarseerManager();
 }