Add new implants to deimplant list (#35563)

Initial commit
This commit is contained in:
SlamBamActionman
2025-02-27 20:23:59 +01:00
committed by GitHub
parent cec05d697e
commit 1047e32944
2 changed files with 2 additions and 16 deletions

View File

@@ -372,22 +372,6 @@ public sealed class AddImplantAttemptEvent : CancellableEntityEventArgs
}
}
[Serializable, NetSerializable]
public sealed class DeimplantBuiState : BoundUserInterfaceState
{
public readonly string? Implant;
public Dictionary<string, string> ImplantList;
public DeimplantBuiState(string? implant, Dictionary<string, string> implantList)
{
Implant = implant;
ImplantList = implantList;
}
}
/// <summary>
/// Change the chosen implanter in the UI.
/// </summary>