Cleanup & refactor
This commit is contained in:
parent
d3b6212463
commit
2a6907434a
50 changed files with 937 additions and 4110 deletions
|
@ -6,8 +6,8 @@
|
|||
-- this is here to mitigate that
|
||||
local jecs = require("./luau_packages/jecs")
|
||||
export type Archetype = jecs.Archetype
|
||||
export type Id<T = nil> = jecs.Id<T>
|
||||
export type Id<T = unknown> = jecs.Id<T>
|
||||
export type Pair<First, Second> = jecs.Pair<First, Second>
|
||||
export type Entity<T = nil> = jecs.Entity<T>
|
||||
export type Entity<T = unknown> = jecs.Entity<T>
|
||||
export type World = jecs.World
|
||||
return jecs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue