17 lines
6.0 KiB
Plaintext
17 lines
6.0 KiB
Plaintext
#using scripts\codescripts\struct;
|
|
#using scripts\shared\callbacks_shared;
|
|
#using scripts\shared\system_shared;
|
|
#using scripts\shared\abilities\_ability_player;
|
|
#using scripts\shared\abilities\_ability_util;
|
|
|
|
|
|
|
|
#namespace ability_power;
|
|
|
|
function autoexec __init__sytem__() { system::register("ability_power",&__init__,undefined,undefined); }
|
|
|
|
function __init__()
|
|
{
|
|
}
|
|
|