Rename dir to uppercase for autoload

This commit is contained in:
2024-02-08 15:35:42 +02:00
parent 88aeb4a912
commit be537b5dfc
285 changed files with 41 additions and 41 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
/** @var $this priems*/
if(!defined('GAME')) {
die();
}
/* Прием: Кристаллизация */
if( isset($pr_used_this) && isset($pr_moment) ) {
//Каждый ход
$fx_priem = function( $id , $at , $uid, $j_id ) {
return $at;
};
unset( $pr_used_this );
}else{
$this->crystalize($id, $pl, $btl);
}