This commit is contained in:
Putoo
2026-07-02 18:52:36 +08:00
parent 7ce9787172
commit 5eb0bfd792
4 changed files with 310 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace Application.Domain;
public class FightCache
{
public static string FightCacheKey = "GameFightCache:{0}";
public static string FightCacheKeys = "GameFightCache:{0}:{1}";
}