C# Class PlayerServer, UnityDemo

Show file Open project: rouchen/UnityDemo Class Usage Examples

Public Properties

Property Type Description
building GameObject
mobBlue GameObject
mobRed GameObject
singleton PlayerServer,

Private Methods

Method Description
Awake ( ) : void
CmdMakeCube ( ) : void
CmdMakeMob ( ) : void
Start ( ) : void
Update ( ) : void

Property Details

building public property

public GameObject building
return GameObject

mobBlue public property

public GameObject mobBlue
return GameObject

mobRed public property

public GameObject mobRed
return GameObject

singleton public static property

public static PlayerServer, singleton
return PlayerServer,