mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
9 lines
124 B
C#
9 lines
124 B
C#
using Content.Shared.PAI;
|
|
|
|
namespace Content.Client.PAI
|
|
{
|
|
public sealed class PAISystem : SharedPAISystem
|
|
{
|
|
}
|
|
}
|