Add combo input component

This commit is contained in:
2022-03-14 17:47:38 +08:00
parent b420b3956f
commit 79036a85c6
10 changed files with 235 additions and 10 deletions
+5
View File
@@ -3,6 +3,11 @@ import { CtrlObject } from "./CtrlObject";
import type { Behavior } from "./Behavior";
import type { Model } from "./Model";
enum GenMod {
Point = "p",
Range = "R"
}
/**
* 群体类型
*/