generated from Jaysyn/ModuleTemplate
10 lines
261 B
Plaintext
10 lines
261 B
Plaintext
/* In the new_make_fx script the EffectAreaOfEffect function calls this empty
|
|
script by default (Area Effects are only decorative, they don't actually "hurt").
|
|
You can change this to have different events happen when entering Area Effects.
|
|
*/
|
|
|
|
void main()
|
|
{
|
|
|
|
}
|