Exemplo n.º 1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            DataMan dtm = new DataMan();

            //    Application.Run(new mainform());
        }
Exemplo n.º 2
0
 private void Awake()
 {
     Instance = this;
     GameObject.DontDestroyOnLoad(this.gameObject);
     Initialize();
 }
Exemplo n.º 3
0
 // Start is called before the first frame update
 void Start()
 {
     _ins = this;
     //H.klog($"{playerdat.GetName()}");
     playerdat.PrintYrself();
 }