using System.Collections; using System.Collections.Generic; using UnityEngine; public class ReplaySplash : ReplaySimpleObject { public override void SetCloneGameObject(GameObject obj, string json) { obj.AddComponent(); obj.AddComponent(); } }