Exemplo n.º 1
0
 public KGEditorCommandAddLight(KGEditorCoreWrapper core, KGEditorCoreWrapper.LightType type, string name)
     : base(core, KGEditorCommandCode.ECC_AddLight, "Add light")
 {
     type_ = type;
     name_ = name;
 }