Files
tbd-station-14/Content.Client/PAI/PAISystem.cs
20kdc d9cc7ef7d4 Stop pAIs from being able to wipe each other/do other odd things, pAIs name themselves after their owners (#5160)
* Stop pAIs from being able to wipe each other/do other odd things they shouldn't

* pAI: device changes name to indicate owner

* Make PAIComponent networked (just in case)

It'll be needed in future anyway
2021-11-04 15:29:16 -07:00

9 lines
117 B
C#

using Content.Shared.PAI;
namespace Content.Client.PAI
{
public class PAISystem : SharedPAISystem
{
}
}