LogicSpawn.GTARPG.Core.ResponseCondition.Level C# (CSharp) Méthode

Level() public static méthode

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