7 lines
136 B
C#
7 lines
136 B
C#
namespace KINEMATION.KAnimationCore.Runtime.Rig
|
|
{
|
|
public interface IRigObserver
|
|
{
|
|
public void OnRigUpdated();
|
|
}
|
|
} |