mirror of
https://github.com/ConjureETS/MTI860_VR_Multi_Controller.git
synced 2026-03-24 20:41:14 +00:00
8 lines
130 B
C#
8 lines
130 B
C#
namespace Assets.Scripts.Movements
|
|
{
|
|
public interface IScriptDeMovement
|
|
{
|
|
public void BeforeDisable();
|
|
}
|
|
}
|