11 lines
No EOL
239 B
C#
11 lines
No EOL
239 B
C#
using WingsAPI.Scripting.Attribute;
|
|
|
|
namespace WingsAPI.Scripting.Object.Timespace
|
|
{
|
|
[ScriptObject]
|
|
public class STimespaceItemReward
|
|
{
|
|
public int ItemVnum { get; set; }
|
|
public int Quantity { get; set; }
|
|
}
|
|
} |