namespace FreeSR.Proto { using ProtoBuf; public enum TutorialStatus { TUTORIAL_NONE = 0, TUTORIAL_UNLOCK = 1, TUTORIAL_FINISH = 2, } }