LogicSpawn.GTARPG.Core.ResponseCondition.ResponseCondition C# (CSharp) 메소드

ResponseCondition() 공개 메소드

public ResponseCondition ( ResponseReq type, int param ) : System
type ResponseReq
param int
리턴 System
        public ResponseCondition(ResponseReq type, int param)
        {
            Type = type;
            IntParam = param;
        }

Same methods

ResponseCondition::ResponseCondition ( ResponseReq type, string param ) : System