C# Class currentClientStats, TLH

Inheritance: MonoBehaviour
Show file Open project: hydrater/TLH Class Usage Examples

Public Properties

Property Type Description
charNo byte
kills short
playerName string
weapon1ID string

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

charNo public property

public byte charNo
return byte

kills public property

public short kills
return short

playerName public property

public string playerName
return string

weapon1ID public property

public string weapon1ID
return string