(string name, ScriptType type)
| 503 | } |
| 504 | |
| 505 | private Item CreateActorItem(string name, ScriptType type) |
| 506 | { |
| 507 | return new ScriptTypeItem(name, type, GUI.Drag.DragActorType.GetDragData(type)); |
| 508 | } |
| 509 | |
| 510 | private Item CreateControlItem(string name, ScriptType type) |
| 511 | { |
nothing calls this directly
no test coverage detected