- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- namespace SC.XR.Unity.Module_DetectorSystem
- {
- public class LanguagePluginWin : LanguagePlugin
- {
- public static LanguagePluginWin Create()
- {
- return new LanguagePluginWin();
- }
- }
- }
|