9 lines
209 BLFS
C#
Executable File
9 lines
209 BLFS
C#
Executable File
|
|
|
|
namespace MoreLevelContent.Shared.Store
|
|
{
|
|
public class LevelDataStore : StoreBase<LevelDataStore>
|
|
{
|
|
public override void Setup() => throw new System.NotImplementedException();
|
|
}
|
|
} |