C# Class GameMachine.NpcDef

Datei anzeigen Open project: gamemachine/gamemachine Class Usage Examples

Public Properties

Property Type Description
count int
prefabName string
weaponName string
weaponType WeaponType

Property Details

count public_oe property

public int count
return int

prefabName public_oe property

public string prefabName
return string

weaponName public_oe property

public string weaponName
return string

weaponType public_oe property

public WeaponType weaponType
return WeaponType