Files
BarotraumaModServer/LocalMods/More Level Content/CSharp/Shared/Store/LocationDataStore.cs

9 lines
201 B
C#
Executable File

namespace MoreLevelContent.Shared.Store
{
public class LevelDataStore : StoreBase<LevelDataStore>
{
public override void Setup() => throw new System.NotImplementedException();
}
}