remove some unused imports and code
This commit is contained in:
@@ -5,14 +5,6 @@ namespace EscapeRoomEngine.Engine.Runtime
|
||||
{
|
||||
public struct Dimensions
|
||||
{
|
||||
internal Dimensions(int width, int length, int x, int z)
|
||||
{
|
||||
this.width = width;
|
||||
this.length = length;
|
||||
this.x = x;
|
||||
this.z = z;
|
||||
}
|
||||
|
||||
public int width;
|
||||
public int length;
|
||||
public int x;
|
||||
|
||||
Reference in New Issue
Block a user