Example #1
0
 private PlayGraph(CtorHelper init)
     : this(init.Graph, init.Board, init.Valids)
 {
 }
        public virtual int CreateService(CtorHelper ctorHelper)
        {
            CtorHelper = ctorHelper;

            return(10);
        }