add gs
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
local CorePackages = game:GetService("CorePackages")
|
||||
local Action = require(CorePackages.AppTempCommon.Common.Action)
|
||||
|
||||
return Action(script.Name, function(countryCode)
|
||||
return {
|
||||
countryCode = countryCode,
|
||||
}
|
||||
end)
|
||||
Reference in New Issue
Block a user