Aurora.Modules.CityBuilder.CityBuilding.constructRoof C# (CSharp) Метод

constructRoof() приватный Метод

private constructRoof ( float left, float right, float front, float back, float bottom ) : void
left float
right float
front float
back float
bottom float
Результат void
        private void constructRoof(float left, float right, float front, float back, float bottom)
        {
        }