7 lines
75 B
C#
7 lines
75 B
C#
namespace Core.Entities;
|
|
|
|
public enum EventFormat
|
|
{
|
|
Team,
|
|
Individual
|
|
} |