diff options
Diffstat (limited to 'app/components/teams/singleton_player_team.rb')
| -rw-r--r-- | app/components/teams/singleton_player_team.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/components/teams/singleton_player_team.rb b/app/components/teams/singleton_player_team.rb new file mode 100644 index 0000000..22c68ee --- /dev/null +++ b/app/components/teams/singleton_player_team.rb @@ -0,0 +1,3 @@ +FF::Cmp.new('SingletonPlayerTeam', + singleton: true) +FF::Cmp::SingletonPlayerTeam.new |
