mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-04-22 20:09:35 +08:00
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;
|
|
}
|
|
}
|