修复插槽禁用功能

This commit is contained in:
ww-rm
2025-08-18 18:39:27 +08:00
parent 5bfa625868
commit 6dfd25b760
18 changed files with 135 additions and 21 deletions

View File

@@ -73,6 +73,8 @@ namespace Spine.Implementations.SpineWrappers.V34
}
}
public bool Disabled { get; set; }
public override string ToString() => _o.ToString();
}
}