mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +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();
|
|
}
|
|
}
|