/// <summary> /// 读取存档或更改设置后会进行的方法,若需要则继承并写入 /// </summary> public virtual void Reload(ARXNAGame game) { }
public ARDealer(ARXNAGame game) { this.game = game; }
public ARUpdateDealer(ARXNAGame game) : base(game) { }