Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoFlamejanteTV committed Sep 29, 2024
1 parent 5c1cea6 commit 5426ca3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/shared/QuackPlus.luau
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,6 @@ local Part = document.Instance.new("Part")
local QuackPlus = {} -- do NOT use "!" in variable names, or else...
QuackPlus.__index = QuackPlus

local Object = {}
Object.__index = Object

--local HttpService = game:GetService("HttpService")

--local ReplicatedStorage = game:GetService("ReplicatedStorage")
--[[local Cast = require(ReplicatedStorage.Shared.modules.Cast)
local Color = require(ReplicatedStorage.Shared.modules.Color)
local PlayerEvents = require(ReplicatedStorage.Shared.modules.PlayerEvents)
local Timer = require(ReplicatedStorage.Shared.modules.Timer)]]

--local RawQPData = ReplicatedStorage.Shared.data.main -- main.json
--local QPDData = HttpService:JSONDecode(RawQPData.source) -- contents, but its never used

function Object.Create(instance, name, arg1, arg2) -- OOP (?)
local self = setmetatable({}, QuackPlus)
self.Instance = Instance.new(instance)
self.Name = name
self.arg1 = arg1
self.arg2 = arg2
end

function QuackPlus.Service(name)
return game:GetService(name)
end
Expand Down

0 comments on commit 5426ca3

Please # to comment.