привет, мир

This commit is contained in:
2021-04-13 14:49:32 +03:00
parent 2dade96308
commit fac97dadcc
4 changed files with 33 additions and 1 deletions

View File

@@ -180,3 +180,10 @@ function Мир()
// Конструктор.
this.события = {};
}
/*
*
* Создание глобального мира.
*
*/
мир = new Мир();