编队列表选中功能完善
This commit is contained in:
@@ -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;}
|
||||
}
|
||||
Reference in New Issue
Block a user