C# Class ServerSetupInfo, goalBall

In server instance of game. temporary script to carry port number to create networked game on
Inheritance: MonoBehaviour
显示文件 Open project: DrexelGoalBall/goalBall

Public Properties

Property Type Description
portNumber int

Public Methods

Method 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 method

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
return void

Property Details

portNumber public_oe property

public int portNumber
return int