Predict and cleanup RingerComponent (#35907)

* clean up most stuff

* move to shared

* works

* shuffle shit around

* oops! access

* fixes

* todo: everything

* SUFFERING

* curse you
This commit is contained in:
Milon
2025-04-19 15:55:05 +02:00
committed by GitHub
parent e214eb7a28
commit 6138fcdce9
18 changed files with 645 additions and 405 deletions

View File

@@ -66,5 +66,11 @@ namespace Content.Shared.PDA
{
Appearance.SetData(uid, PdaVisuals.IdCardInserted, pda.ContainedId != null);
}
public virtual void UpdatePdaUi(EntityUid uid, PdaComponent? pda = null)
{
// This does nothing yet while I finish up PDA prediction
// Overriden by the server
}
}
}