1
This commit is contained in:
11
src/services/rpgRuntimeChatTypes.ts
Normal file
11
src/services/rpgRuntimeChatTypes.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* RPG 运行时聊天前端只保留共享请求类型,不再承载任何提示词拼装逻辑。
|
||||
*/
|
||||
export interface CharacterChatTargetStatus {
|
||||
roleLabel?: string | null;
|
||||
hp: number;
|
||||
maxHp: number;
|
||||
mana: number;
|
||||
maxMana: number;
|
||||
affinity?: number | null;
|
||||
}
|
||||
Reference in New Issue
Block a user