diff options
| author | arngo <[email protected]> | 2021-12-19 23:00:44 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-19 23:02:56 -0500 |
| commit | e78c6699a74fa4e00689a96707b304911b32eb08 (patch) | |
| tree | 30486fdf6c6336771bb420d4d3855ba1e22af7fc /app/components/singleton_bullet.rb | |
| parent | 19e578b5a5e0c3d4788f263c7a5e21df4236dc9b (diff) | |
| download | SteelWings-e78c6699a74fa4e00689a96707b304911b32eb08.tar.gz SteelWings-e78c6699a74fa4e00689a96707b304911b32eb08.zip | |
bullet cleanup
Diffstat (limited to 'app/components/singleton_bullet.rb')
| -rw-r--r-- | app/components/singleton_bullet.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/singleton_bullet.rb b/app/components/singleton_bullet.rb new file mode 100644 index 0000000..c25f827 --- /dev/null +++ b/app/components/singleton_bullet.rb @@ -0,0 +1,2 @@ +FF::Cmp.new('SingletonBullet', singleton: true) +FF::Cmp::SingletonBullet.new |
