编队列表选中功能完善

This commit is contained in:
2025-06-08 23:16:07 +08:00
parent 4cedd7c17b
commit adac8dfe04
8 changed files with 268 additions and 30 deletions
@@ -0,0 +1,10 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Character
{
public string name{get; set;}
public string occupation{get; set;}
public int boundaryLevel{get; set;}
}