--!nonstrict
--[[
	@class ClientMain
]]
local loader = game:GetService("ReplicatedStorage"):WaitForChild("rogue-humanoid"):WaitForChild("loader")
local require = require(loader).bootstrapGame(loader.Parent)

local serviceBag = require("ServiceBag").new()
serviceBag:GetService(require("RogueHumanoidServiceClient"))
serviceBag:Init()
serviceBag:Start()
