This commit is contained in:
2024-11-15 10:32:19 +08:00
parent c1df659af4
commit e1528c41bb
35 changed files with 6343 additions and 62 deletions

View File

@@ -0,0 +1,23 @@
/*
文件名:MarrySystem_Room.nut
路径:Project/MarrySystem/MarrySystem_Room.nut
创建日期:2024-10-28 20:22
文件用途:婚房逻辑
*/
class MarrySystem_Room {
WorldMapImg = null;
constructor() {
DrawTownCallBackFunc.MarrySystem_Room <- Draw.bindenv(this);
WorldMapImg = Rindro_Image("worldmap.img");
}
function Draw() {
}
}
getroottable().rawdelete("MarrySystem_Obj");