public void Update() { ResourcesGroup = GroupAccount.ResourcesGroup; }
public PlayerGroup(string name, GroupAccountSubject groupAccount) : base(name) { this.GroupAccount = groupAccount; this.ResourcesGroup = new ResourcesGroup(); }