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