Improves the JobSpecial system. (#4626)
* Improves the JobSpecial system. * clean up code
This commit is contained in:
committed by
GitHub
parent
4fffb3c582
commit
078a62762f
@@ -9,9 +9,6 @@ namespace Content.Shared.Roles
|
||||
[ImplicitDataDefinitionForInheritors]
|
||||
public abstract class JobSpecial
|
||||
{
|
||||
public virtual void AfterEquip(IEntity mob)
|
||||
{
|
||||
|
||||
}
|
||||
public abstract void AfterEquip(IEntity mob);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user