BalloonsPop.Core.Contexts.Context.Context C# (CSharp) Метод

Context() публичный Метод

Initializes a new instance of the Context class. Allows creating and initializing the context manually.
public Context ( ) : System
Результат System
        public Context()
        {
            this.PlayerName = DefaultPlayerName;
            this.Message = StartUpMessage;
        }

Same methods

Context::Context ( IKernel appKernel ) : System
Context