Exemplo n.º 1
0
 public void Update()
 {
     ResourcesGroup = GroupAccount.ResourcesGroup;
 }
Exemplo n.º 2
0
 public PlayerGroup(string name, GroupAccountSubject groupAccount)
     : base(name)
 {
     this.GroupAccount   = groupAccount;
     this.ResourcesGroup = new ResourcesGroup();
 }