C# Class GameMachine.NpcDef

Show file Open project: gamemachine/gamemachine Class Usage Examples

Public Properties

Property Type Description
count int
prefabName string
weaponName string
weaponType WeaponType

Property Details

count public property

public int count
return int

prefabName public property

public string prefabName
return string

weaponName public property

public string weaponName
return string

weaponType public property

public WeaponType weaponType
return WeaponType