add gs
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
--[[
|
||||
Enumerated state of the purchase prompt
|
||||
]]
|
||||
local createEnum = require(script.Parent.createEnum)
|
||||
|
||||
local PromptState = createEnum("PromptState", {
|
||||
"Hidden",
|
||||
|
||||
"RobuxUpsell",
|
||||
"BuildersClubUpsell",
|
||||
"PromptPurchase",
|
||||
|
||||
"PurchaseInProgress",
|
||||
"UpsellInProgress",
|
||||
|
||||
"PurchaseComplete",
|
||||
"CannotPurchase",
|
||||
"Error",
|
||||
})
|
||||
|
||||
return PromptState
|
||||
Reference in New Issue
Block a user