|
using SepCore.Definition;
|
|
|
|
namespace SepCore.UI
|
|
{
|
|
public class SelectRoleRawData
|
|
{
|
|
public int[] RoleIds;
|
|
public string[] RoleIconNames;
|
|
public int SelectedRoleId;
|
|
public string SelectedRoleName;
|
|
public StatModifier[] SelectedRoleInitialProperties;
|
|
}
|
|
}
|