to rename
This commit is contained in:
6
apps/backend/Universe/Bootstrap/StaticDataOptions.cs
Normal file
6
apps/backend/Universe/Bootstrap/StaticDataOptions.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace SpaceGame.Api.Universe.Bootstrap;
|
||||
|
||||
public sealed class StaticDataOptions
|
||||
{
|
||||
public required string DataRoot { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user