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