Skip to content

Commit

Permalink
delete redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghuan committed Jun 23, 2023
1 parent 1f3ecbe commit 0a00dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSharp.lua/CoreSystem.Lua/CoreSystem/DateTime.lua
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ minValue = DateTime(0)
DateTime.MinValue = minValue
DateTime.MaxValue = DateTime(3155378975999999999)

System.DayOfWeek = System.defEnum("System.DayOfWeek", {
System.defEnum("System.DayOfWeek", {
Sunday = 0,
Monday = 1,
Tuesday = 2,
Expand Down

0 comments on commit 0a00dd1

Please sign in to comment.