Added full source code
This commit is contained in:
commit
33f8586698
1377 changed files with 123808 additions and 0 deletions
scripts/game/main/ticks/mark
12
scripts/game/main/ticks/mark/library.inc
Normal file
12
scripts/game/main/ticks/mark/library.inc
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
// Empty tick, to be run every 5 seconds. Should make the scheduler
|
||||
// react faster if there are no ticks.
|
||||
|
||||
class main_ticks_mark_library {
|
||||
|
||||
public function __construct($lib) { }
|
||||
public function runTick() { }
|
||||
}
|
||||
|
||||
?>
|
Reference in a new issue