コード例 #1
0
 public BehaviorNotApplicableException(BehaviorChangeReason reason, GameObject target)
 {
     Reason = reason;
     Target = target;
 }
コード例 #2
0
 public BehaviorNotApplicableException(BehaviorChangeReason reason) : this(reason, null)
 {
 }