mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
8 lines
145 B
C#
8 lines
145 B
C#
namespace Roblox.Common
|
|
{
|
|
public class CompletionSignal
|
|
{
|
|
public static readonly CompletionSignal Instance = new CompletionSignal();
|
|
}
|
|
}
|