mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-09-15 14:53:16 +02:00
* 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;
|