mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
7 lines
203 B
C#
7 lines
203 B
C#
using System.CodeDom.Compiler;
|
|
|
|
namespace Roblox.Grid.Rcc;
|
|
|
|
[GeneratedCode("wsdl", "4.8.3928.0")]
|
|
public delegate void CloseAllJobsCompletedEventHandler(object sender, CloseAllJobsCompletedEventArgs e);
|