Ejemplo n.º 1
0
    public void CreateUnit(Surface surface)
    {
        Unit unit = Instantiate(baseUnit);

        surface.AddUnit(unit);
    }