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