Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Nov 24, 2024
1 parent b4b9769 commit 4e6bdc6
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Mod } from 'ultimate-crosscode-typedefs/modloader/mod'
import { Multiplayer } from './multiplayer'

export type Mod1 = Mod & {
isCCModPacked: boolean
Expand All @@ -20,28 +19,3 @@ export type Mod1 = Mod & {
runtimeAssets: Record<string, string>
}
)

declare global {
namespace NodeJS {
interface Timeout {
id: number
}
interface Global {
multi: Multiplayer
}
}

namespace ig {
namespace SaveSlot {
interface Data {
saveName?: string /* from Named-Saves */
}
}

interface System {
frame: number
}
}

var multi: Multiplayer
}

0 comments on commit 4e6bdc6

Please sign in to comment.