6 lines
115 B
C#
6 lines
115 B
C#
|
|
namespace Content.Shared._White.Wizard.Charging;
|
|||
|
|
|
|||
|
|
public abstract class SharedChargingSystem : EntitySystem
|
|||
|
|
{
|
|||
|
|
}
|