Room
Declaration
public class Room : IRoomConstructors
public Room(RoomParams roomParams)
Properties
| Name | Type | Summary |
|---|---|---|
| Datastore | IDatastore | - |
| Networking | INetworking | - |
| RoomParams | RoomParams | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Dispose | void | - |
| Initialize | void | - |
| Join | void | - |
| Leave | void | - |
Relationships
implements: IRoom