| New file |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 9f314fdc4b006d248adffdc9c625e5b9 |
| | | folderAsset: yes |
| | | timeCreated: 1546655032 |
| | | licenseType: Pro |
| | | DefaultImporter: |
| | | userData: |
| | | assetBundleName: |
| | | assetBundleVariant: |
| New file |
| | |
| | | using System.Collections; |
| | | using System.Collections.Generic; |
| | | using UnityEngine; |
| | | |
| | | namespace Snxxz.UI |
| | | { |
| | | [XLua.LuaCallCSharp] |
| | | public class CrossServerBossModel : Model |
| | | { |
| | | |
| | | public override void Init() |
| | | { |
| | | } |
| | | |
| | | public override void UnInit() |
| | | { |
| | | } |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | | } |
| New file |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 39c608dea53ef08439826b594547513b |
| | | timeCreated: 1546655057 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | | defaultReferences: [] |
| | | executionOrder: 0 |
| | | icon: {instanceID: 0} |
| | | userData: |
| | | assetBundleName: |
| | | assetBundleVariant: |
| | |
| | | RegisterModel<GatherSoulComposeModel>();
|
| | | RegisterModel<GatherSoulDungeonModel>();
|
| | | RegisterModel<KingTreasureModel>();
|
| | | RegisterModel<CrossServerBossModel>();
|
| | | inited = true;
|
| | | }
|
| | |
|