mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 12:02:40 +00:00
11 lines
123 B
C#
11 lines
123 B
C#
|
|
using System;
|
|
namespace Globals
|
|
{
|
|
public class main
|
|
{
|
|
public enum state { draw, home, away };
|
|
}
|
|
|
|
}
|