Struct AuthorityTime
Syntax
public struct AuthorityTime
Constructors
AuthorityTime(INetworkPlayer, Double)
Declaration
public AuthorityTime(INetworkPlayer owner, double time)
Parameters
| Type | Name | Description |
|---|---|---|
| Mirage.INetworkPlayer | owner | |
| System.Double | time |
Fields
Owner
Declaration
public readonly INetworkPlayer Owner
Time
Declaration
public readonly double Time