Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Last active April 3, 2019 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/a6bb953b0688aa267ae3e7e657ec22e0 to your computer and use it in GitHub Desktop.
Save jasongorman/a6bb953b0688aa267ae3e7e657ec22e0 to your computer and use it in GitHub Desktop.
Public Function CreateRoom(ByVal Width As Double, ByVal Length As Double) As Room
Dim room As New Room
room.Width = Width
room.Length = Length
Set CreateRoom = room
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment