using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace SC.XR.Unity.Module_DetectorSystem
{
	public class LanguagePluginOther : LanguagePlugin
	{
		public static LanguagePluginOther Create()
		{
			return new LanguagePluginOther();
		}
	}
}