11 lines
145 B
Plaintext
11 lines
145 B
Plaintext
namespace enginecustom
|
|
{
|
|
[bindable]
|
|
[default_interface]
|
|
runtimeclass Color
|
|
{
|
|
Color();
|
|
Int32 MyProperty;
|
|
}
|
|
}
|