Add core content definitions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#nullable enable
|
||||
|
||||
namespace SideScrollerGame.Content.Definitions;
|
||||
|
||||
public sealed record CollectibleDefinition(string Id, string DisplayName, CollectibleKind Kind, int Value, string? ReferencedContentId = null);
|
||||
Reference in New Issue
Block a user