using System; namespace PingPong.GameEngine.Components { public enum ScoringType { None, Team, Individual } }