2024-03-20 13:03:56 +01:00

11 lines
145 B
Plaintext

namespace enginecustom
{
[bindable]
[default_interface]
runtimeclass Color
{
Color();
Int32 MyProperty;
}
}