Skip to content

Commit 767de73

Browse files
Update RoomInfoMethod.cs
1 parent dd3f4f3 commit 767de73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MethodSystem/Methods/RoomMethods/RoomInfoMethod.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ public class RoomInfoMethod : LiteralValueReturningMethod, IReferenceResolvingMe
2626
Option.Enum<FacilityZone>(),
2727
"xPos",
2828
"yPos",
29-
"zPos")
29+
"zPos"
30+
)
3031
];
3132

3233
public override void Execute()

0 commit comments

Comments
 (0)