Alteruna Multiplayer Docs
C#
Show/Hide TOC
Room
Users Property
The Users currently in this
Room
. Only gets populated if in the same
Room
.
Definition
Namespace:
Alteruna
Assembly:
Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
Copy
public
List
<
User
>
Users
{
get
; }
Property Value
List
User
See Also
Reference
Room Class
Alteruna Namespace
GetUserCount
In This Article
Definition
See Also