13 lines
223 B
C#
Raw Normal View History

2021-03-25 16:53:39 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public static class App
{
2021-03-25 17:53:48 +08:00
public static string Host = "http://192.168.0.101:5087/";
2021-03-25 16:53:39 +08:00
public static string AppVersion = "1.0.0";
}