Delta-v/Content.Client/Animals/Systems/ParrotMemorySystem.cs

6 lines
149 B
C#

using Content.Shared.Animals.Systems;
namespace Content.Client.Animals.Systems;
public sealed class ParrotMemorySystem : SharedParrotMemorySystem;