diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2017-01-02 19:33:41 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2017-01-05 16:31:26 +0100 |
| commit | fa5403dccd986022b2a849e2078f043c3225348a (patch) | |
| tree | 223fac13363b078720cd6e0d04d6adf53edc5dc9 /Targets.c4d/System.c4g/DirectShootCannons.c | |
| download | DTSensors.c4d-fa5403dccd986022b2a849e2078f043c3225348a.tar.gz DTSensors.c4d-fa5403dccd986022b2a849e2078f043c3225348a.zip | |
Initial
Diffstat (limited to 'Targets.c4d/System.c4g/DirectShootCannons.c')
| -rw-r--r-- | Targets.c4d/System.c4g/DirectShootCannons.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Targets.c4d/System.c4g/DirectShootCannons.c b/Targets.c4d/System.c4g/DirectShootCannons.c new file mode 100644 index 0000000..c956dee --- /dev/null +++ b/Targets.c4d/System.c4g/DirectShootCannons.c @@ -0,0 +1,6 @@ +#strict 2 +#appendto CTW6 +#appendto ACT2 +#appendto ACT4 + +func IsDirectShoot() { return true; } |
