12 lines
No EOL
293 B
C#
12 lines
No EOL
293 B
C#
namespace WingsEmu.Game.Configurations;
|
|
|
|
public class UpgradeItemStats
|
|
{
|
|
public short Upgrade { get; set; }
|
|
public short UpFix { get; set; }
|
|
public short UpFail { get; set; }
|
|
|
|
public int Gold { get; set; }
|
|
public int Cella { get; set; }
|
|
public short Gem { get; set; }
|
|
} |