using UnityEngine; public interface IAquariumCamera { GameObject gameObject { get; } void AttachToFish(SchoolChild fish); void DetachFromFish(); }