// Amplify Animation Pack - Third-Person Character Controller // Copyright (c) Amplify Creations, Lda namespace AmplifyAnimationPack { public interface IInteractable { void Interact( CharacterClass _player ); } }