#ifndef ESCRIPT
|
|
#define ESCRIPT
|
|
|
|
class EngineControl: public Script
|
|
{
|
|
public:
|
|
|
|
void Update();
|
|
void UpdateScenary();
|
|
void SetDecor(int i);
|
|
|
|
bool mini;
|
|
};
|
|
|
|
|
|
#endif
|