add subdir

This commit is contained in:
ExilProductions
2026-02-15 17:39:26 +01:00
parent a4b3cb0164
commit aa707d1deb
262 changed files with 12189 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# DynamicContentRow
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **index** | **Integer** | | [optional] [default to null] |
| **name** | **String** | | [default to null] |
| **platform** | **String** | This is normally `android`, `ios`, `standalonewindows`, `web`, or the empty value ``, but also supposedly can be any random Unity version such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`. | [default to null] |
| **sortHeading** | **String** | | [default to null] |
| **sortOrder** | **String** | | [default to null] |
| **sortOwnership** | **String** | | [default to null] |
| **tag** | **String** | Tags are a way to grant various access, assign restrictions or other kinds of metadata to various to objects such as worlds, users and avatars. System tags starting with `system_` are granted automatically by the system, while admin tags with `admin_` are granted manually. More prefixes such as `language_ ` (to indicate that a player can speak the tagged language), and `author_tag_` (provided by a world author for search and sorting) exist as well. | [optional] [default to null] |
| **type** | **String** | Type is not present if it is a world. | [optional] [default to null] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)