Files
Ajedrez_Purgatorio/Assets/Game/Scripts/AjedrezPurgatorio.Runtime.asmdef
T
jimmyabv bf3bec3bb3 fix: add missing asmdef reference and namespace import
- Add Unity.InputSystem to AjedrezPurgatorio.Runtime.asmdef (fixes DialogueUI CS0246)
- Add using AjedrezPurgatorio.Gameplay to SetupChapterScenes (fixes PieceSelectionFeedback CS0246)
- Regenerated packages-lock.json and .slnx
2026-08-17 20:50:08 -03:00

19 lines
447 B
Plaintext

{
"name": "AjedrezPurgatorio.Runtime",
"rootNamespace": "",
"references": [
"Unity.TextMeshPro",
"UnityEngine.UI",
"Unity.InputSystem"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}