11 lines
195 B
C#
11 lines
195 B
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class Protocol : MonoBehaviour
|
|
{
|
|
public string errorMessage;
|
|
public bool isSuccess;
|
|
}
|