11111
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(menuName = "Evo/SocketDataEntity")]
|
||||
public class SocketDataEntity : ScriptableObject
|
||||
{
|
||||
public string serverIP;
|
||||
public bool isConnected;
|
||||
}
|
||||
Reference in New Issue
Block a user