OtherUserView.cs 221 B

1234567891011
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class OtherUserView
  5. {
  6. public string userName;
  7. public string iconPath;
  8. public Texture2D iconTex;
  9. public int type;
  10. }