Laying down the groundwork for data
This commit is contained in:
8
SessionZero/Data/Datapack.cs
Normal file
8
SessionZero/Data/Datapack.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace SessionZero.Data;
|
||||
|
||||
public class Datapack
|
||||
{
|
||||
public required DatapackMetadata Metadata { get; set; }
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user