LogicSpawn.GTARPG.Core.ResponseCondition.Level C# (CSharp) 메소드

Level() 공개 정적인 메소드

public static Level ( int level ) : ResponseCondition
level int
리턴 ResponseCondition
        public static ResponseCondition Level(int level)
        {
            return new ResponseCondition(ResponseReq.Level, level);
        }