Added full source code

This commit is contained in:
Emmanuel BENOîT 2016-01-10 11:01:49 +01:00
commit 33f8586698
1377 changed files with 123808 additions and 0 deletions
scripts/game/main/ticks/mark

View 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() { }
}
?>