property int Team { public get() { return GetClientTeam(this.index); } public set(int team) { ChangeClientTeam(this.index, team); } }