9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-19 15:09:15 +00:00

部分提交

This commit is contained in:
jhqwqmc
2025-11-10 23:02:42 +08:00
parent 3947099ac1
commit e81f93724c

View File

@@ -16,4 +16,7 @@ public interface StatePropertyAccessor {
@NotNull
Object withProperty(String propertyName, String value);
@NotNull
Object cycleProperty(String propertyName);
}