9 lines
156 B
C#
9 lines
156 B
C#
namespace Lightbug.CharacterControllerPro.Implementation
|
|
{
|
|
public interface IUIBoolAction : IUIAction
|
|
{
|
|
bool BoolValue { get; }
|
|
}
|
|
}
|
|
|