rathena/src/custom/battle_config_init.inc
Aleos 11b42569fc
Synchronized source file headers (#3212)
* Alphabetically sorted includes.
* Updated copyright and license text to match across all files.
* Removed pragma once define in header files in lieu of ifdef guards.
2018-06-20 18:08:30 -04:00

14 lines
458 B
PHP

// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
/**
* Custom battle config initializations
* Place the definition of custom battle configuration initializations in this file.
*
* Do not forget to add a comma at the end of the line, if you want to add another config
*
* Format:
* { "name", &battle_config.<variable name>, <default value>, <minimum value>, <maximum value> },
**/