7 lines
111 B
C#
7 lines
111 B
C#
namespace MafiaClient
|
|
{
|
|
public class MainConfig
|
|
{
|
|
public string Nick = "the Player";
|
|
}
|
|
} |