9 lines
159 B
C#
9 lines
159 B
C#
|
namespace Lightbug.CharacterControllerPro.Implementation
|
|||
|
{
|
|||
|
public interface IUIFloatAction : IUIAction
|
|||
|
{
|
|||
|
float FloatValue { get; }
|
|||
|
}
|
|||
|
}
|
|||
|
|