MCPcopy Create free account
hub / github.com/catabriga/graphwar / setRoom

Method setRoom

src/GlobalServer/LobbyPlayer.java:72–75  ·  view source on GitHub ↗
(Room room)

Source from the content-addressed store, hash-verified

70 }
71
72 public void setRoom(Room room)
73 {
74 this.room = room;
75 }
76
77 public Room getRoom()
78 {

Callers 1

handleMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected