MyGame.Mediator.Mediator C# (CSharp) Method

Mediator() public method

public Mediator ( ) : System
return System
        public Mediator()
        {
            hash = new Hashtable();
        }