Refactor: reorganize scripts with domain-driven design structure
Move all C# scripts from flat structure to organized folders: - Core/ for game logic (Game, GameState, GameSettings) - UI/Menus/ and UI/Dialogs/ for user interface - Systems/ for reusable systems (Save, Localization) - Data/ for data models and configuration - Added framework for future: Gameplay/, Story/, Modding/ Update all .tscn scene files to reference new script paths. Fix timing issue in AdvancedSaveDialog focus handling.
This commit is contained in:
9
scripts/Modding/API/IModAPI.cs
Normal file
9
scripts/Modding/API/IModAPI.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
// Placeholder för mod API
|
||||
// Detta kommer att definiera interface för mod-utveckling
|
||||
|
||||
namespace TheGame.Modding.API
|
||||
{
|
||||
// TODO: Implementera IMod interface
|
||||
// TODO: Implementera ModAPI class
|
||||
// TODO: Definiera mod lifecycle events
|
||||
}
|
||||
1
scripts/Modding/API/IModAPI.cs.uid
Normal file
1
scripts/Modding/API/IModAPI.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bpq0jeupss8q6
|
||||
Reference in New Issue
Block a user