BalloonsPop.Core.Contexts.Context.Context C# (CSharp) Méthode

Context() public méthode

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

Same methods

Context::Context ( IKernel appKernel ) : System
Context