C# Class Network.Packets.LoginPacket

Inheritance: UserPacket
Afficher le fichier Open project: osROSE/UnityRose

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LoginPacket ( ) : System.Collections
LoginPacket ( string username, string password ) : System.Collections

Method Details

LoginPacket() public méthode

public LoginPacket ( ) : System.Collections
Résultat System.Collections

LoginPacket() public méthode

public LoginPacket ( string username, string password ) : System.Collections
username string
password string
Résultat System.Collections