refactor: group member's claim indices into one list per player
This commit is contained in:
@@ -10,7 +10,7 @@ public class ClaimLinkMember
|
|||||||
public string OwnerPlayerUid = "";
|
public string OwnerPlayerUid = "";
|
||||||
|
|
||||||
[ProtoMember(2)]
|
[ProtoMember(2)]
|
||||||
public int LocalClaimIndex;
|
public List<int> LocalClaimIndices = new();
|
||||||
}
|
}
|
||||||
|
|
||||||
[ProtoContract]
|
[ProtoContract]
|
||||||
|
|||||||
Reference in New Issue
Block a user