C# Class BeardedManStudios.Network.MessageInfo

Mostra file Open project: drakelinglabs/unityarmada

Public Properties

Property Type Description
Frame byte
SenderId ulong

Public Methods

Method Description
MessageInfo ( ulong senderId, byte frame ) : UnityEngine

Method Details

MessageInfo() public method

public MessageInfo ( ulong senderId, byte frame ) : UnityEngine
senderId ulong
frame byte
return UnityEngine

Property Details

Frame public_oe property

public byte Frame
return byte

SenderId public_oe property

public ulong SenderId
return ulong