This commit is contained in:
CortexCore
2025-04-28 15:10:49 +08:00
parent 3f9d9f19ce
commit 4c2534a6e9
11 changed files with 72 additions and 5 deletions

View File

@@ -8,5 +8,6 @@ namespace Project.B.Player
public T CancelKey { get; }
public T InventoryKey { get; }
public T ConfirmKey { get; }
public T ChatKey { get; }
}
}