new wire property: branching

This commit is contained in:
minjaesong
2021-08-15 00:55:56 +09:00
parent a064275cfb
commit b2805ba09f
5 changed files with 50 additions and 46 deletions

View File

@@ -17,4 +17,6 @@ class WireProp {
var inputType: String = ""
var outputType: String = ""
var canBranch: Boolean = true
}