11 lines
No EOL
225 B
C#
11 lines
No EOL
225 B
C#
using WingsAPI.Scripting.Attribute;
|
|
|
|
namespace WingsAPI.Scripting.Object.Raid
|
|
{
|
|
[ScriptObject]
|
|
public class SRaidBoxRarity
|
|
{
|
|
public byte Rarity { get; set; }
|
|
public int Chance { get; set; }
|
|
}
|
|
} |