Skip to content

Commit

Permalink
dhcwdkjhkwjcfhwkjdflghjr
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoFlamejanteTV committed Sep 28, 2024
1 parent 939cda9 commit ba1d97d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/shared/QuackPlus.luau
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ local Objects = {} -- OOP test
Objects.__index = Objects

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

local ReplicatedStorage = game:GetService("ReplicatedStorage")
--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
--local RawQPData = ReplicatedStorage.Shared.data.main -- main.json
--local QPDData = HttpService:JSONDecode(RawQPData.source) -- contents, but its never used

function Set:__add(otherSet) -- metatable(?) things
local result = Set.new()
Expand Down

0 comments on commit ba1d97d

Please # to comment.