| | |
| | | this.RemoveFromParent(); |
| | | action(); |
| | | }; |
| | | var scene = new Entity.Scene() { roomIds = new System.Collections.Generic.List<string>() { "" } }; |
| | | var scene = new Scene() { roomIds = new System.Collections.Generic.List<string>() { "" } }; |
| | | scene.NewSid(); |
| | | scene.name = Language.StringByID(StringId.Scene) + " " + (1 + Entity.FunctionList.List.scenes.Count).ToString(); |
| | | scene.name = Language.StringByID(StringId.Scene) + " " + (1 + FunctionList.List.scenes.Count).ToString(); |
| | | var aep = new SceneAddPage(scene,backAction); |
| | | MainPage.BasePageView.AddChidren(aep); |
| | | aep.LoadPage(); |