Example #1
0
 /// <summary>
 /// Returns the currently selected object (human, module, ...)
 /// </summary>
 /// <returns></returns>
 public Selectable GetSelection()
 {
     return(Phi.GetPrivateStaticField <Selectable>(typeof(Selection), "mSelected"));
 }
Example #2
0
 public GameManager GetGameManager()
 {
     return(Phi.GetPrivateStaticField <GameManager>(typeof(GameManager), "mInstance"));
 }
Example #3
0
        public static void StaticLaunch()
        {
            Phi.Instance = new Phi();

            Phi.Instance.Launch();
        }