* 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
9 lines
117 B
C#
9 lines
117 B
C#
using Content.Shared.PAI;
|
|
|
|
namespace Content.Client.PAI
|
|
{
|
|
public class PAISystem : SharedPAISystem
|
|
{
|
|
}
|
|
}
|