C# Class Server.Game.Components.Systems.ZoneSystem

Inheritance: GameSystem
Afficher le fichier Open project: GrindFest/GrindFest

Méthodes publiques

Свойство Type Description
ClientSides List
NetStates List
Zoneds List

Méthodes publiques

Méthode Description
OnGameObjectAdded ( GameObject gameObject ) : void
OnGameObjectRemoved ( GameObject gameObject ) : void
ZoneSystem ( ) : System

Private Methods

Méthode Description
GetById ( ulong id ) : GameObject

Method Details

OnGameObjectAdded() public méthode

public OnGameObjectAdded ( GameObject gameObject ) : void
gameObject GameObject
Résultat void

OnGameObjectRemoved() public méthode

public OnGameObjectRemoved ( GameObject gameObject ) : void
gameObject GameObject
Résultat void

ZoneSystem() public méthode

public ZoneSystem ( ) : System
Résultat System

Property Details

ClientSides public_oe property

public List ClientSides
Résultat List

NetStates public_oe property

public List NetStates
Résultat List

Zoneds public_oe property

public List Zoneds
Résultat List