Files
Colosseum/Assets/Scripts/Colosseum.Game.asmdef
dal4segno 1955e1fab0 feat: AI Behavior 사망 조건 추가
- IsDieCondition: Behavior Graph에서 사용할 사망 확인 조건 추가
- Behavior Graph: 사망 상태 처리 로직 업데이트
- asmdef: Unity.Behavior.SerializableGUID 의존성 추가

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-16 09:47:45 +09:00

23 lines
586 B
Plaintext

{
"name": "Colosseum.Game",
"rootNamespace": "Colosseum",
"references": [
"Unity.Netcode.Runtime",
"Unity.Networking.Transport",
"Unity.Transport",
"Unity.InputSystem",
"Unity.TextMeshPro",
"Unity.Behavior",
"Unity.Behavior.SerializableGUID"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}