1
This commit is contained in:
23
Project/MarrySystem/MarrySystem_Room.nut
Normal file
23
Project/MarrySystem/MarrySystem_Room.nut
Normal 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");
|
||||
Reference in New Issue
Block a user