mirror of
https://github.com/Earth-Genesis-Games/Ajedrez_Purgatorio.git
synced 2026-09-11 09:47:35 +00:00
- 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
19 lines
447 B
Plaintext
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
|
|
}
|