LogicSpawn.GTARPG.Core.ResponseCondition.ItemOwned C# (CSharp) Метод

ItemOwned() публичный статический Метод

public static ItemOwned ( string itemName ) : ResponseCondition
itemName string
Результат ResponseCondition
        public static ResponseCondition ItemOwned(string itemName)
        {
            return new ResponseCondition(ResponseReq.ItemOwned, itemName);
        }