parrotMemory is onGetVerbs now in shared (#39341)

* 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
This commit is contained in:
Token
2025-08-03 05:27:49 +05:00
committed by GitHub
parent c538d7fb2b
commit 9d3edeb641
4 changed files with 71 additions and 40 deletions

View File

@@ -0,0 +1,5 @@
using Content.Shared.Animals.Systems;
namespace Content.Client.Animals.Systems;
public sealed class ParrotMemorySystem : SharedParrotMemorySystem;