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);
        }