ArcadeInputPackage/Runtime/ConjureOS.Input.asmdef
2025-09-20 00:28:00 -04:00

24 lines
580 B
Plaintext

{
"name": "ConjureOS.Input",
"rootNamespace": "ConjureOS.Input",
"references": [
"Unity.InputSystem"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [
"ENABLE_INPUT_SYSTEM"
],
"versionDefines": [
{
"name": "com.unity.inputsystem",
"expression": "1.0.0",
"define": "ENABLE_INPUT_SYSTEM"
}
],
"noEngineReferences": false
}