Beam Component and Lightning Component (#10196)

This commit is contained in:
keronshb
2022-09-15 11:49:01 -04:00
committed by GitHub
parent 24d0766ad0
commit e90e8052c4
32 changed files with 856 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
namespace Content.Shared.Beam;
public abstract class SharedBeamSystem : EntitySystem
{
}