14 lines
182 B
Plaintext
14 lines
182 B
Plaintext
global function pulseInit
|
|
|
|
global table pulseData = {}
|
|
|
|
struct {
|
|
array<string> allMaps
|
|
} file
|
|
|
|
void function pulseInit()
|
|
{
|
|
pulsePrefixSet()
|
|
pulsePrintt("Initialized.")
|
|
}
|