Files
BarotraumaModServer/LocalMods/More Level Content/CSharp/Shared/Store/LocationDataStore.cs
2026-06-09 00:42:10 +03:00

9 lines
209 BLFS
C#
Executable File

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