C# Class ServerSetupInfo, goalBall

In server instance of game. temporary script to carry port number to create networked game on
Inheritance: MonoBehaviour
Afficher le fichier Open project: DrexelGoalBall/goalBall

Méthodes publiques

Свойство Type Description
portNumber int

Méthodes publiques

Méthode Description
Awake ( ) : void

Prevent the object containing this script from being destroyed on load, only get rid of this script when its information is used

Method Details

Awake() public méthode

Prevent the object containing this script from being destroyed on load, only get rid of this script when its information is used
public Awake ( ) : void
Résultat void

Property Details

portNumber public_oe property

public int portNumber
Résultat int