* parrotMemory is onGetVerbs now in shared * code review * code review popup on client rename parrotMemoryComponent * code rev create client system * forgot usings * is server now
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;
|