提交
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Rewired.Demos.CustomPlatform {
|
||||
/// This allows supporting special features such as vibration and other custom functionality.
|
||||
/// Implementing Rewired.Interfaces.IControllerVibrator allows Rewired's Controller and Player vibration function calls to work.
|
||||
/// </summary>
|
||||
public sealed class MyPlatformControllerExtension : ControllerExtensions.CustomControllerExtension, Interfaces.IControllerVibrator {
|
||||
public sealed class MyPlatformControllerExtension : ControllerExtensions.CustomControllerExtension, Rewired.Interfaces.IControllerVibrator {
|
||||
|
||||
/// <summary>
|
||||
/// Constructor.
|
||||
@@ -62,7 +62,7 @@ namespace Rewired.Demos.CustomPlatform {
|
||||
((Source)GetSource()).sourceJoystick.StopVibration();
|
||||
}
|
||||
|
||||
class Source : Interfaces.IControllerExtensionSource {
|
||||
class Source : Rewired.Interfaces.IControllerExtensionSource {
|
||||
|
||||
public readonly MyPlatformInputSource.Joystick sourceJoystick;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user