10 lines
177 B
C#
10 lines
177 B
C#
namespace Content.Shared.Stunnable;
|
|
|
|
public abstract class SharedStunbatonSystem : EntitySystem
|
|
{
|
|
public override void Initialize()
|
|
{
|
|
base.Initialize();
|
|
}
|
|
}
|