10 lines
147 B
C#
10 lines
147 B
C#
|
|
||
|
public sealed class MyComponent : Component
|
||
|
{
|
||
|
[Property] public string StringProperty { get; set; }
|
||
|
|
||
|
protected override void OnUpdate()
|
||
|
{
|
||
|
}
|
||
|
}
|