11 lines
No EOL
223 B
C#
11 lines
No EOL
223 B
C#
using WingsAPI.Scripting.Attribute;
|
|
|
|
namespace WingsAPI.Scripting.Object.Common
|
|
{
|
|
[ScriptObject]
|
|
public class SRange
|
|
{
|
|
public int Minimum { get; set; }
|
|
public int Maximum { get; set; }
|
|
}
|
|
} |