mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Settings / SettingsWindow
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace System
|
||||
{
|
||||
extension Runtime
|
||||
{
|
||||
[NoReturn, Warn("The method is not implemented.")]
|
||||
#unwarn
|
||||
public static void NotImplemented(String filePath = Compiler.CallerFilePath, int line = Compiler.CallerLineNum)
|
||||
{
|
||||
String failStr = scope .()..AppendF("Not Implemented at line {} in {}", line, filePath);
|
||||
Internal.FatalError(failStr, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user