add custom hotbar
This commit is contained in:
parent
72029047a5
commit
8232eacff2
12 changed files with 304 additions and 8 deletions
|
@ -8,9 +8,9 @@ import { getEvent } from "ReplicatedStorage/remotes"
|
|||
const HOST = Host.Server
|
||||
|
||||
const serverLogger = Logger.configure()
|
||||
.EnrichWithProperty("Roblox-TS Version", _VERSION)
|
||||
.WriteTo(Log.RobloxOutput())
|
||||
.Create()
|
||||
.EnrichWithProperty("Roblox-TS Version", _VERSION)
|
||||
.WriteTo(Log.RobloxOutput())
|
||||
.Create()
|
||||
|
||||
const ServerState = new serverState(
|
||||
serverLogger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue