Adds shoddy death match system.
It barely even works but oh well.
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Content.Server.GameTicking
|
||||
{
|
||||
public class GameRule
|
||||
[PublicAPI]
|
||||
public abstract class GameRule
|
||||
{
|
||||
|
||||
public virtual void Added()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public virtual void Removed()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user