Fix some script bugs
This commit is contained in:
Vendored
+4
-12
@@ -19,19 +19,11 @@ interface Component {
|
||||
}
|
||||
|
||||
interface ComponentConstructor {
|
||||
/** Sentinel for an invalid component ID. */
|
||||
readonly INVALID: number;
|
||||
|
||||
readonly POSITION: number;
|
||||
readonly CAMERA: number;
|
||||
readonly POSITION: number;
|
||||
readonly CAMERA: number;
|
||||
readonly RENDERABLE: number;
|
||||
readonly PHYSICS: number;
|
||||
readonly TRIGGER: number;
|
||||
readonly OVERWORLD: number;
|
||||
readonly PLAYER: number;
|
||||
readonly INTERACTABLE: number;
|
||||
readonly OVERWORLD_CAMERA: number;
|
||||
readonly OVERWORLD_TRIGGER: number;
|
||||
readonly PHYSICS: number;
|
||||
readonly TRIGGER: number;
|
||||
|
||||
new(): never;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user