rename dir

This commit is contained in:
2023-08-11 18:28:54 +03:00
parent e359eb6f40
commit e5c7ff4a33
93 changed files with 86 additions and 127 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
if(!defined('GAME'))
{
die();
}
//добавляем снежок в инвентарь
$this->addItem(1000,$this->info['id']);
?>