Beispiel #1
0
 public KGEditorCommandClearEntities(KGEditorCoreWrapper core, KGEditorCoreWrapper.EntityType type)
     : base(core, KGEditorCommandCode.ECC_ClearEntities, "Clear entities")
 {
     type_ = type;
 }
Beispiel #2
0
 public KGEditorCommandClearEntities(KGEditorCoreWrapper core, KGEditorCoreWrapper.EntityType type)
     : base(core, KGEditorCommandCode.ECC_ClearEntities, "Clear entities")
 {
     type_ = type;
 }