C# Класс ServerSetupInfo, goalBall

In server instance of game. temporary script to carry port number to create networked game on
Наследование: MonoBehaviour
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
portNumber int

Открытые методы

Метод Описание
Awake ( ) : void

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

Описание методов

Awake() публичный Метод

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
Результат void

Описание свойств

portNumber публичное свойство

public int portNumber
Результат int