9 lines
132 B
C#
9 lines
132 B
C#
|
|
using Content.Shared.Changeling;
|
|||
|
|
|
|||
|
|
namespace Content.Server.Changeling;
|
|||
|
|
|
|||
|
|
public sealed class TentacleGun : SharedTentacleGun
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|