7 lines
192 B
C#
7 lines
192 B
C#
namespace Application.Domain;
|
|
|
|
public class FightCache
|
|
{
|
|
public static string FightCacheKey = "GameFightCache:{0}";
|
|
public static string FightCacheKeys = "GameFightCache:{0}:{1}";
|
|
} |