Update ai information

This commit is contained in:
Aslan 2025-12-28 19:11:32 +01:00
parent 7f079eb43b
commit e46c4427cc
7 changed files with 31 additions and 11 deletions

View file

@ -4,6 +4,7 @@ interface IState {
interface IUser {
id: string;
information?: string;
role: TRole;
experience: number;
money: number;