C# Class SagaDB.Items.Weapon

Show file Open project: Willyham/SagaRO2 Class Usage Examples

Public Properties

Property Type Description
U1 byte
active byte
augeSkillID uint
durability ushort
exp uint
level byte
name string
stones uint[]
type ushort

Property Details

U1 public property

public byte U1
return byte

active public property

public byte active
return byte

augeSkillID public property

public uint augeSkillID
return uint

durability public property

public ushort durability
return ushort

exp public property

public uint exp
return uint

level public property

public byte level
return byte

name public property

public string name
return string

stones public property

public uint[] stones
return uint[]

type public property

public ushort type
return ushort