namespace GreadyPoang.EntityLayer; public enum GamePointStatus { New = 0, InProgress = 1, Completed = 2, Cancelled = 3 }