mirror of
https://github.com/Ukendio/jecs.git
synced 2025-07-08 15:49:18 +00:00
Update TS types
This commit is contained in:
parent
6053038cc1
commit
1c524f1587
2 changed files with 2 additions and 1 deletions
1
jecs.d.ts
vendored
1
jecs.d.ts
vendored
|
@ -310,6 +310,7 @@ export declare const OnDeleteTarget: Tag;
|
|||
export declare const Delete: Tag;
|
||||
export declare const Remove: Tag;
|
||||
export declare const Name: Entity<string>;
|
||||
export declare const Exclusive: Tag;
|
||||
export declare const Rest: Entity;
|
||||
|
||||
export type ComponentRecord = {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@rbxts/jecs",
|
||||
"version": "0.7.3",
|
||||
"version": "0.8.0",
|
||||
"description": "Stupidly fast Entity Component System",
|
||||
"main": "jecs.luau",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue