using Content.Shared.Actions; namespace Content.Shared.Geras; /// /// A Geras is the small morph of a slime. This system handles exactly that. /// public abstract class SharedGerasSystem : EntitySystem { } public sealed partial class MorphIntoGeras : InstantActionEvent { }