コード例 #1
0
ファイル: CmdAppear.cs プロジェクト: Kelicia91/Sugarism
        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;
 }