This commit is contained in:
committed by
GitHub
parent
c5f7c61041
commit
cecf87997b
@@ -7,7 +7,7 @@ namespace Content.Server.PneumaticCannon
|
||||
{
|
||||
// TODO: ideally, this and most of the actual firing code doesn't need to exist, and guns can be flexible enough
|
||||
// to handle shooting things that aren't ammo (just firing any entity)
|
||||
[RegisterComponent, Access(typeof(PneumaticCannonSystem))]
|
||||
[RegisterComponent, Friend(typeof(PneumaticCannonSystem))]
|
||||
public sealed class PneumaticCannonComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
|
||||
Reference in New Issue
Block a user