コード例 #1
0
ファイル: Node.cs プロジェクト: Trainfire/TurnBasedStrategy
 public bool IsOutputPin(NodePin pin)
 {
     return(OutputPins.Contains(pin));
 }