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

ItemOwned() public static method

public static ItemOwned ( string itemName ) : ResponseCondition
itemName string
return ResponseCondition
        public static ResponseCondition ItemOwned(string itemName)
        {
            return new ResponseCondition(ResponseReq.ItemOwned, itemName);
        }