6 lines
95 B
C#
6 lines
95 B
C#
using UnityEngine;
|
|
|
|
public class WaitingForCustomIcon : MonoBehaviour
|
|
{
|
|
public string ID;
|
|
} |