12 lines
239 B
C#
12 lines
239 B
C#
|
using System.Collections;
|
|||
|
using System.Collections.Generic;
|
|||
|
using UnityEngine;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// ע<><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
/// </summary>
|
|||
|
public class RegisterData
|
|||
|
{
|
|||
|
public Dictionary<string, string> registerInfo = new Dictionary<string, string>();
|
|||
|
}
|