示例#1
0
        public CmdAppear(Sugarism.CmdAppear model) : base(model)
        {
            _model = model;

            Common.Instance.CharacterListChangeEvent.Attach(onCharacterListChanged);
        }
示例#2
0
 public CmdAppear(Sugarism.CmdAppear model, Mode mode) : base(model, mode)
 {
     _model = model;
 }