7 lines
155 B
C#
7 lines
155 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace Babushka.scripts.CSharp.Common.Fight;
|
||
|
|
|
||
|
|
public class NoFightHappeningException() : Exception("No fight happening right now")
|
||
|
|
{
|
||
|
|
}
|