Track LocalMods as part of monolith
This commit is contained in:
9
LocalMods/More Level Content/CSharp/Shared/Store/LocationDataStore.cs
Executable file
9
LocalMods/More Level Content/CSharp/Shared/Store/LocationDataStore.cs
Executable file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
namespace MoreLevelContent.Shared.Store
|
||||
{
|
||||
public class LevelDataStore : StoreBase<LevelDataStore>
|
||||
{
|
||||
public override void Setup() => throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user