(61d00a474) v0.9.7.1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Barotrauma
|
||||
{
|
||||
class UnimplementedScreen : Screen
|
||||
{
|
||||
public static readonly UnimplementedScreen Instance = new UnimplementedScreen();
|
||||
|
||||
public override void Select()
|
||||
{
|
||||
throw new Exception("Tried to select unimplemented screen");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user