Skip to content

Commit

Permalink
取消文件
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyQingfeng committed Oct 18, 2024
1 parent e10e096 commit 6920d69
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 367 deletions.
2 changes: 1 addition & 1 deletion src/Entity/SuperEntity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as mc from "@minecraft/server";
import { Attribute } from "../Public/Attribute";
import { ComponentType, CustomComponentManager } from "../Component/CustomComponentManager";
import { Vec3 } from "../Public/Vec3";
import { cast, enumKeyToString ,fromJSON,toJSON} from "../Public/stdlib";
import { cast, enumKeyToString ,fromJSON,toJSON} from "../Public/Stdlib";
import { registerAsSubscribable, Super } from "../Super/Super";
import { EntitySuperComponent } from "../Component/SuperEntityComponent";
import { SuperComponentCreateOptions } from "../Component/SuperComponent";
Expand Down
2 changes: 1 addition & 1 deletion src/Item/SuperItemStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as mc from "@minecraft/server";
import { Attribute } from "../Public/Attribute";
import { Super } from "../Super/Super";
import { ItemSuperComponent } from "../Component/SuperItemComponent";
import { enumKeyToString, fromJSON, toJSON } from "../Public/stdlib";
import { enumKeyToString, fromJSON, toJSON } from "../Public/Stdlib";
import { SuperComponentCreateOptions } from "../Component/SuperComponent";
import { ComponentType, CustomComponentManager } from "../Component/CustomComponentManager";
import { SuperPlayer } from "../Player/SuperPlayer";
Expand Down
2 changes: 1 addition & 1 deletion src/Player/SuperPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as mc from "@minecraft/server";
import { SuperEntity } from "../Entity/SuperEntity";
import { registerAsSubscribable, Super } from "../Super/Super";
import { ComponentType, CustomComponentManager } from "../Component/CustomComponentManager";
import { enumKeyToString } from "../Public/stdlib";
import { enumKeyToString } from "../Public/Stdlib";
import { PlayerSuperComponent } from "../Component/SuperPlayerComponent";
import { SuperWorld } from "../World/SuperWorld";
import { SuperItemStack } from "Item/SuperItemStack";
Expand Down
59 changes: 0 additions & 59 deletions src/Public/Timer.ts

This file was deleted.

97 changes: 0 additions & 97 deletions src/Public/attribute.ts

This file was deleted.

28 changes: 0 additions & 28 deletions src/Public/axis.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/Public/debug.ts

This file was deleted.

70 changes: 0 additions & 70 deletions src/Public/stdlib.ts

This file was deleted.

46 changes: 0 additions & 46 deletions src/Public/vec2.ts

This file was deleted.

45 changes: 0 additions & 45 deletions src/Public/vec3.ts

This file was deleted.

Loading

0 comments on commit 6920d69

Please sign in to comment.