6 lines
149 B
C#
6 lines
149 B
C#
|
|
using Content.Shared.Animals.Systems;
|
||
|
|
|
||
|
|
namespace Content.Client.Animals.Systems;
|
||
|
|
|
||
|
|
public sealed class ParrotMemorySystem : SharedParrotMemorySystem;
|