ACR_ServerCommunicator.GUIResynchronizer.ResyncState.ResyncState C# (CSharp) Method

ResyncState() public method

Construct a new ResyncState object.
public ResyncState ( int PlayerId, uint ResyncFlags ) : System
PlayerId int Supplies the player id.
ResyncFlags uint Supplies the resync flags.
return System
            public ResyncState(int PlayerId, uint ResyncFlags)
            {
                this.PlayerId = PlayerId;
                this.ResyncFlags = ResyncFlags;
            }
GUIResynchronizer.ResyncState