using System.Collections; using System.Collections.Generic; using UnityEngine; public class ActionMoveCamera : ActionBase { public ActionMoveCamera() { } public override void Execute() { throw new System.NotImplementedException(); } }