using System.Collections; using System.Collections.Generic; using UnityEngine; using XRTool.Util; namespace ShadowStudio.Model { public class PictruePlayer : WorldDlgPlayer { public override bool IsNeedInstance() { return false; } } }