Aurora.Modules.CityBuilder.CityBuilding.createBlocky C# (CSharp) 메소드

createBlocky() 개인적인 메소드

Constructs a blocky building this can be upto 10 floors in height (each floor is 3m).
private createBlocky ( ) : bool
리턴 bool
        private bool createBlocky()
        {
            return false;
        }