This commit is contained in:
huyulong 2024-11-29 16:20:58 +08:00
parent 9450947206
commit a39b24936b
3 changed files with 26484 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 1c4f14d89cc7d294c8d82609e5bbc592
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -8,6 +8,9 @@ public class EvacuationPanel : MonoBehaviour
public Transform personnelContent; public Transform personnelContent;
public Panel panel; public Panel panel;
public GameObject personnelPrefabs; public GameObject personnelPrefabs;
public GameObject classPrefab;
public Transform content;
// Start is called before the first frame update // Start is called before the first frame update
void Start() void Start()
{ {