Exemplo n.º 1
0
    public void UnitGroundCreator()
    {
        Unit u = new Unit();

        UnitGround ug = new UnitGround();
        //ug
    }
Exemplo n.º 2
0
    // Update is called once per frame
    void Update()
    {
        UnitGround unitGround = new UnitGround();
        Unit       u          = new Unit();

        UnitGround ug = new UnitGround();
    }