C# Class Network.Packets.RegisterPacket

Inheritance: UserPacket
Datei anzeigen Open project: osROSE/UnityRose

Private Properties

Property Type Description

Public Methods

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

Method Details

RegisterPacket() public method

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

RegisterPacket() public method

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