update readme and teal defs (VARIANTS fragment)

This commit is contained in:
BlackMATov
2026-01-11 21:08:22 +07:00
parent 52c898f912
commit e396c320ee
2 changed files with 25 additions and 3 deletions

View File

@@ -69,6 +69,7 @@
include: function(self: Builder, ...: Fragment): Builder
exclude: function(self: Builder, ...: Fragment): Builder
variant: function(self: Builder, ...: Fragment): Builder
require: function(self: Builder, ...: Fragment): Builder
on_set: function<Component>(self: Builder, on_set: function(Entity, Fragment, ? Component, ? Component)): Builder
@@ -102,6 +103,7 @@
INCLUDES: Fragment
EXCLUDES: Fragment
VARIANTS: Fragment
REQUIRES: Fragment
ON_SET: Fragment