Platinus2016/SharedCode/Roblox/Platform/Throttling/IpRequest.php

20 lines
342 B
PHP

<?php
// This file defines the Roblox.Platform.Throttling.IpRequest class.
namespace Roblox\Platform\Throttling;
class IpRequest {
function __construct() {
}
function IsEnabled() {
/*
at Roblox.Platform.Throttling.ThrottleRequestBase.GetRateLimitEntity()
at Roblox.Platform.Throttling.IpRequest.IsEnabled()
*/
}
}
// EOF