5 lines
100 B
C#
5 lines
100 B
C#
namespace BeautifyEffect
|
|
{
|
|
public delegate float OnBeforeFocusEvent(float currentFocusDistance);
|
|
}
|