DarkEmu_GameServer.Systems.Systems C# (CSharp) 메소드

Systems() 공개 메소드

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

Same methods

Systems::Systems ( ) : System
Systems