Interface IRoomProvider
Provides a room.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IRoomProvider
Properties
| Improve this Doc View SourceRoom
The current room.
Declaration
IRoom Room { get; }
Property Value
Type | Description |
---|---|
IRoom | The room. |