using Wacs.Core.Runtime; namespace KitsuneCafe.Scripting { public interface IHostBinding { BindingPath BindingPath { get; } } }