Add changes
This commit is contained in:
16
ReallifeGamemode.Server.Core/Commands/Admin/AdminCommand.cs
Normal file
16
ReallifeGamemode.Server.Core/Commands/Admin/AdminCommand.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using ReallifeGamemode.Server.Core.API;
|
||||
|
||||
namespace ReallifeGamemode.Server.Core.Commands.Admin
|
||||
{
|
||||
abstract class AdminCommand : Command
|
||||
{
|
||||
|
||||
public override bool CanExecute(IPlayer player)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user