mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-07 05:57:47 +00:00
15 lines
328 B
C#
15 lines
328 B
C#
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Runtime.Serialization;
|
|
|
|
namespace Roblox.Grid.Client;
|
|
|
|
[DebuggerStepThrough]
|
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
[DataContract]
|
|
public class GetStatusRequestBody
|
|
{
|
|
}
|