7 lines
128 B
C#
7 lines
128 B
C#
namespace ChatRoom.Centralized.Shared;
|
|
|
|
public static class GlobalServerInfo
|
|
{
|
|
public static readonly int Port = 1234;
|
|
}
|