wip
This commit is contained in:
@@ -25,6 +25,7 @@ public class RagonRoomPlayer
|
||||
public string Id { get; }
|
||||
public string Name { get; }
|
||||
public bool IsLoaded { get; private set; }
|
||||
public double Timestamp { get; private set; }
|
||||
public RagonRoom Room { get; private set; }
|
||||
public RagonEntityCache Entities { get; private set; }
|
||||
|
||||
@@ -65,4 +66,9 @@ public class RagonRoomPlayer
|
||||
{
|
||||
IsLoaded = false;
|
||||
}
|
||||
|
||||
internal void SetTimestamp(double time)
|
||||
{
|
||||
Timestamp = time;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user