mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 03:50:54 +01:00
13 lines
211 B
C#
13 lines
211 B
C#
using SS14.Shared.ContentPack;
|
|
|
|
namespace Content.Shared
|
|
{
|
|
public class EntryPoint : GameShared
|
|
{
|
|
public override void Init()
|
|
{
|
|
// TODO: Anything at all.
|
|
}
|
|
}
|
|
}
|