Rindro-Sqr/Project/MarrySystem/MarrySystem_Room.nut

23 lines
418 B
Plaintext

/*
文件名: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");