LogicSpawn.GTARPG.Core.ResponseCondition.Level C# (CSharp) Method

Level() public static method

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