C# Class FSO.SimAntics.NetPlay.Model.Commands.VMNetChatCmd

Inheritance: VMNetCommandBodyAbstract
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Message string

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
Execute ( VM vm, VMAvatar avatar ) : bool
SerializeInto ( BinaryWriter writer ) : void

Method Details

Deserialize() public method

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

Execute() public method

public Execute ( VM vm, VMAvatar avatar ) : bool
vm VM
avatar VMAvatar
return bool

SerializeInto() public method

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Property Details

Message public_oe property

public string Message
return string