void Start()
        {
            InterfaceInheritance_Par stPar = new InterfaceInheritance_Par();

            stPar.Halo();

            Base01();
            Halo();
            Vector(5, 6);

            stPar.Y = 4;
            Debug.Log(stPar.Y);
        }
Beispiel #2
0
 void Awake()
 {
     _instance = this;
 }