Skip to content

+EA 23.115 Nightly Patch 1 - Plugin.BaseCore

March 27, 2025

1 file modified.

Important Changes

None.

ClassExtension

@@ -32,6 +32,11 @@ public static string lang(this string s, string ref1, string ref2 = null, string

cs
		return Lang.Parse(s, ref1, ref2, ref3, ref4, ref5);
	}

	public static string[] langList(this string s) 
	{ 
		return Lang.GetList(s); 
	} 

	public static string langGame(this string s)
	{
		return Lang.Game.Get(s);