Skip to content

Commit

Permalink
Rest should be last
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Jul 28, 2024
1 parent b79bbb5 commit 87e986b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -1205,9 +1205,9 @@ return {
OnSet = EcsOnSet :: Entity,
ChildOf = EcsChildOf,
Component = EcsComponent,
Rest = EcsRest,
Wildcard = EcsWildcard :: Entity,
w = EcsWildcard :: Entity,
Rest = EcsRest,

pair = (ECS_PAIR :: any) :: <R, T>(pred: Entity, obj: Entity) -> number,

Expand Down

0 comments on commit 87e986b

Please sign in to comment.