6 lines
98 B
C#
6 lines
98 B
C#
namespace Fantasy;
|
|
|
|
public static class CoroutineLockConst
|
|
{
|
|
public const long LoginKey = 1;
|
|
} |