C# Class MobServer, UnityDemo

Inheritance: NetworkBehaviour
Afficher le fichier Open project: rouchen/UnityDemo Class Usage Examples

Méthodes publiques

Méthode Description
InitData ( int teamId ) : void

Private Methods

Méthode Description
Awake ( ) : void
OnTriggerEnter ( Collider collider ) : void
Start ( ) : void
Update ( ) : void

Method Details

InitData() public méthode

public InitData ( int teamId ) : void
teamId int
Résultat void