mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Removed compiler warnings for Runtime.NotImplemented
This commit is contained in:
@@ -2,7 +2,7 @@ namespace System
|
||||
{
|
||||
extension Runtime
|
||||
{
|
||||
[NoReturn, Warn("The method is not implemented.")]
|
||||
[NoReturn] // , Warn("The method is not implemented.")
|
||||
#unwarn
|
||||
public static void NotImplemented(String filePath = Compiler.CallerFilePath, int line = Compiler.CallerLineNum)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user