11 lines
No EOL
363 B
C#
11 lines
No EOL
363 B
C#
namespace WingsEmu.Plugins.GameEvents.Configuration.InstantBattle
|
|
{
|
|
public class InstantBattleReward
|
|
{
|
|
public int GoldMultiplier { get; set; }
|
|
public int ReputationMultiplier { get; set; }
|
|
public int SpPointsMultiplier { get; set; }
|
|
public int FamilyExperience { get; set; }
|
|
public int Dignity { get; set; }
|
|
}
|
|
} |