BalloonsPop.Core.Contexts.Context.Context C# (CSharp) Method

Context() public method

Initializes a new instance of the Context class. Allows creating and initializing the context manually.
public Context ( ) : System
return System
        public Context()
        {
            this.PlayerName = DefaultPlayerName;
            this.Message = StartUpMessage;
        }

Same methods

Context::Context ( IKernel appKernel ) : System
Context