mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-04-21 19:39:36 +08:00
10 lines
197 B
C#
10 lines
197 B
C#
using Milimoe.FunGame.Core.Library.Common.Addon;
|
|
|
|
namespace Oshima.Core.Constant
|
|
{
|
|
public class Statics
|
|
{
|
|
public static WebAPIPlugin? RunningPlugin { get; set; } = null;
|
|
}
|
|
}
|