using WingsAPI.Scripting.Attribute; namespace WingsAPI.Scripting.Object.Timespace { [ScriptObject] public class STimespaceItemReward { public int ItemVnum { get; set; } public int Quantity { get; set; } } }