File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
managed/src/SwiftlyS2.Generated/Natives Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ internal static class NativeSchema {
1414 private unsafe static delegate * unmanaged< nint , ulong , void > _SetStateChanged ;
1515
1616 public unsafe static void SetStateChanged ( nint entity , ulong hash ) {
17- if ( Thread . CurrentThread . ManagedThreadId != _MainThreadID ) {
18- throw new InvalidOperationException ( "This method can only be called from the main thread." ) ;
19- }
2017 _SetStateChanged ( entity , hash ) ;
2118 }
2219
Original file line number Diff line number Diff line change 11class Schema
22
3- sync void SetStateChanged = ptr entity, uint64 hash
3+ void SetStateChanged = ptr entity, uint64 hash
44uint32 FindChainOffset = string className
55int32 GetOffset = uint64 hash
66bool IsStruct = string className
You can’t perform that action at this time.
0 commit comments