Add half-body portrait support: update API, UI, and localization for new portrait type
This commit is contained in:
@@ -79,6 +79,7 @@ internal sealed record PersonCardResponse(
|
||||
bool HasLocker = false,
|
||||
int HomeCount = 0,
|
||||
bool HasAvatar = false,
|
||||
bool HasHalfBody = false,
|
||||
bool HasFullBody = false);
|
||||
|
||||
internal sealed record WornItemResponse(
|
||||
|
||||
Reference in New Issue
Block a user