forked from Oshima-Studios/OshimaGameModule
10 lines
207 B
C#
10 lines
207 B
C#
using Milimoe.FunGame.Core.Library.Common.Addon;
|
|
|
|
namespace Oshima.FunGame.WebAPI.Constant
|
|
{
|
|
public class Statics
|
|
{
|
|
public static WebAPIPlugin? RunningPlugin { get; set; } = null;
|
|
}
|
|
}
|