Remove empty component, add spawn points

This commit is contained in:
2024-12-22 03:27:14 -08:00
parent 619aae1172
commit 5a0d82b0fc
2 changed files with 79 additions and 17 deletions

View File

@@ -1,9 +0,0 @@
public sealed class MyComponent : Component
{
[Property] public string StringProperty { get; set; }
protected override void OnUpdate()
{
}
}