DarkEmu_GameServer.Systems.Systems C# (CSharp) Method

Systems() public method

public Systems ( Client s ) : System
s Client
return System
        public Systems(Client s)
        {
            client = s;
        }

Same methods

Systems::Systems ( ) : System
Systems