New script_component

This commit is contained in:
johnb432 2023-10-03 08:46:27 +02:00
parent 52cd63745b
commit 1ccd2b4643
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: BaerMitUmlaut, johnb43
* Creates a draggable / carryable clone of a dead unit.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: BaerMitUmlaut, johnb43
* Drops a draggable / carryable clone of a dead unit.