C# Class Network.Packets.CharSelectPacket

Inheritance: UserPacket
Datei anzeigen Open project: osROSE/UnityRose

Private Properties

Property Type Description

Public Methods

Method Description
CharSelectPacket ( ) : System.Collections
CharSelectPacket ( CharModel charModel ) : System.Collections
CharSelectPacket ( UserOperation op, string name ) : System.Collections

Method Details

CharSelectPacket() public method

public CharSelectPacket ( ) : System.Collections
return System.Collections

CharSelectPacket() public method

public CharSelectPacket ( CharModel charModel ) : System.Collections
charModel UnityRose.CharModel
return System.Collections

CharSelectPacket() public method

public CharSelectPacket ( UserOperation op, string name ) : System.Collections
op UserOperation
name string
return System.Collections