The following code is getting a compile error. It used to work before 1.123.
Line 12: The type or namespace name 'MyCubeSize' does not exist in the namespace 'Sandbox.Common.ObjectBuilders', are you missing an assembly reference?
Does anybody know another way to get the current grid size? @LordDevious
And/Or is this a bug for 1.123?
My work-around is to hard-code the enum value (1) that I'm looking for.... but I'd rather not do that....
1.123 compile error: (MyCubeSize) missing from namespace
Line 12: The type or namespace name 'MyCubeSize' does not exist in the namespace 'Sandbox.Common.ObjectBuilders', are you missing an assembly reference?
Does anybody know another way to get the current grid size? @LordDevious
And/Or is this a bug for 1.123?
My work-around is to hard-code the enum value (1) that I'm looking for.... but I'd rather not do that....
1.123 compile error: (MyCubeSize) missing from namespace