BLADERUNNER: Added Tyrell actor

This commit is contained in:
Eugene Sandulenko 2018-03-12 23:56:31 +01:00
parent aca61ca208
commit c2e4240f18
4 changed files with 275 additions and 0 deletions

View file

@ -297,6 +297,11 @@ DECLARE_SCRIPT(ShoeshineMan)
bool _state;
END_SCRIPT
DECLARE_SCRIPT(Tyrell)
bool _flag;
int _var;
END_SCRIPT
DECLARE_SCRIPT(Gaff)
END_SCRIPT