Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesrje committed Aug 8, 2024
1 parent 69c81de commit a945d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types.luau
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local Signal = require(script.Parent.Parent.signal)

export type WorkerType =
| "PostSimulation"
"PostSimulation"
| "PreSimulation"
| "PreAnimation"
| "PreRender"
Expand Down

0 comments on commit a945d47

Please sign in to comment.