This commit is contained in:
2026-04-25 23:37:10 +02:00
commit 19d6bd934a
476 changed files with 9198 additions and 0 deletions
@@ -0,0 +1,11 @@
<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
<Style src="project://database/Assets/TheVVaS/RPGCoreCommon/DropTable/Editor/DropTableGroup.uss?fileID=7433441132597879392&amp;guid=f1b1bb265dde2264f9cb1caf449494f3&amp;type=3#DropTableGroup" />
<ui:VisualElement name="dt-group">
<uie:Toolbar name="dt-config">
<ui:EnumField value="Center" type="RPGCoreCommon.DropTable.ChanceTypeEnum, RPGCoreCommon.DropTable" name="dt-chance-type" />
<uie:ToolbarSpacer />
<ui:Button text="+" name="dt-add-row" />
</uie:Toolbar>
<ui:ListView name="dt-list" reorder-mode="Animated" reorderable="true" selection-type="None" virtualization-method="DynamicHeight" show-border="true" show-bound-collection-size="false" />
</ui:VisualElement>
</ui:UXML>