mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
8 lines
159 B
C#
8 lines
159 B
C#
namespace GrasscutterTools.Game.Data.Excels
|
|
{
|
|
[ResourceType("DungeonExcelConfigData.json")]
|
|
internal class DungeonData : GameResource
|
|
{
|
|
}
|
|
}
|