C# Class Network.Packets.LoginPacket

Inheritance: UserPacket
Datei anzeigen Open project: osROSE/UnityRose

Private Properties

Property Type Description

Public Methods

Method Description
LoginPacket ( ) : System.Collections
LoginPacket ( string username, string password ) : System.Collections

Method Details

LoginPacket() public method

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

LoginPacket() public method

public LoginPacket ( string username, string password ) : System.Collections
username string
password string
return System.Collections