More borg tweaks (#19143)
* borg tweaks but i'm gonna go code fun stuff first * werkin' on it * a ton of tweaks * fuck everyone and then myself
This commit is contained in:
@@ -40,6 +40,12 @@ namespace Content.Server.Mind.Components
|
||||
|
||||
public sealed class MindRemovedMessage : EntityEventArgs
|
||||
{
|
||||
public Mind OldMind;
|
||||
|
||||
public MindRemovedMessage(Mind oldMind)
|
||||
{
|
||||
OldMind = oldMind;
|
||||
}
|
||||
}
|
||||
|
||||
public sealed class MindAddedMessage : EntityEventArgs
|
||||
|
||||
Reference in New Issue
Block a user