Skip to content

Commit

Permalink
fix #509
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghuan committed Apr 22, 2024
1 parent 5eea197 commit 006377b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CSharp.lua/CoreSystem.Lua/CoreSystem/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,7 @@ end
defCls("System.RecordType", {
__eq = recordEquals,
__clone__ = ValueType.__clone__,
GetHashCode = ValueType.GetHashCode,
Equals = recordEquals,
PrintMembers = recordPrintMembers,
ToString = recordToString,
Expand Down

0 comments on commit 006377b

Please sign in to comment.