Skip to content

+EA 23.285 Nightly - Plugin.BaseCore

March 13, 2026

2 files modified.

Important Changes

Possible breaking changes. Click the filename to view the chunk.

BaseCore (1)

cs
public virtual void FreezeScreen(float duration = 0.3f) 
public virtual void FreezeScreen(float duration = 0.2f) 

BaseCore

public virtual void StopEventSystem(Component c, Action action, float duration =

cs
	{
	}

	public virtual void FreezeScreen(float duration = 0.3f) 
	public virtual void FreezeScreen(float duration = 0.2f) 
	{
	}

MathEx

public static int Min(long a, int b = int.MaxValue)

cs
		}
		return (int)a;
	}
	public static long Max(long a, long b) 
	{ 
		if (a >= b) 
		{ 
			return a; 
		} 
		return b; 
	} 
}