9 lines
149 B
C#
9 lines
149 B
C#
using Wacs.Core.Runtime;
|
|
|
|
namespace KitsuneCafe.Scripting
|
|
{
|
|
public interface IHostBinding
|
|
{
|
|
BindingPath BindingPath { get; }
|
|
}
|
|
}
|