Merged master

This commit is contained in:
MrGadget 2024-10-24 02:04:15 -04:00
commit d5a15358d7
8 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ jobs:
# - 2019.4.40f1 # - 2019.4.40f1
- 2020.3.48f1 - 2020.3.48f1
- 2021.3.45f1 - 2021.3.45f1
- 2022.3.50f1 - 2022.3.51f1
- 2023.2.20f1 - 2023.2.20f1
- 6000.0.23f1 - 6000.0.23f1

View File

@ -4,7 +4,7 @@ namespace Mirror.Examples.Common.Controllers
{ {
[AddComponentMenu("")] [AddComponentMenu("")]
[DisallowMultipleComponent] [DisallowMultipleComponent]
public class ContollerUIBase : MonoBehaviour public class ControllerUIBase : MonoBehaviour
{ {
// Returns a string representation of a KeyCode that is more suitable // Returns a string representation of a KeyCode that is more suitable

View File

@ -6,7 +6,7 @@ namespace Mirror.Examples.Common.Controllers.Flyer
{ {
[AddComponentMenu("")] [AddComponentMenu("")]
[DisallowMultipleComponent] [DisallowMultipleComponent]
public class FlyerControllerUI : ContollerUIBase public class FlyerControllerUI : ControllerUIBase
{ {
[Serializable] [Serializable]
public struct MoveTexts public struct MoveTexts

View File

@ -6,7 +6,7 @@ namespace Mirror.Examples.Common.Controllers.Player
{ {
[AddComponentMenu("")] [AddComponentMenu("")]
[DisallowMultipleComponent] [DisallowMultipleComponent]
public class PlayerControllerUI : ContollerUIBase public class PlayerControllerUI : ControllerUIBase
{ {
[Serializable] [Serializable]
public struct MoveTexts public struct MoveTexts

View File

@ -6,7 +6,7 @@ namespace Mirror.Examples.Common.Controllers.Player
{ {
[AddComponentMenu("")] [AddComponentMenu("")]
[DisallowMultipleComponent] [DisallowMultipleComponent]
public class PlayerControllerRBUI : ContollerUIBase public class PlayerControllerRBUI : ControllerUIBase
{ {
[Serializable] [Serializable]
public struct MoveTexts public struct MoveTexts

View File

@ -6,7 +6,7 @@ namespace Mirror.Examples.Common.Controllers.Tank
{ {
[AddComponentMenu("")] [AddComponentMenu("")]
[DisallowMultipleComponent] [DisallowMultipleComponent]
public class TankControllerUI : ContollerUIBase public class TankControllerUI : ControllerUIBase
{ {
[Serializable] [Serializable]
public struct MoveTexts public struct MoveTexts

View File

@ -6,7 +6,7 @@ namespace Mirror.Examples.Common.Controllers.Tank
{ {
[AddComponentMenu("")] [AddComponentMenu("")]
[DisallowMultipleComponent] [DisallowMultipleComponent]
public class TurretUI : ContollerUIBase public class TurretUI : ControllerUIBase
{ {
[Serializable] [Serializable]
public struct MoveTexts public struct MoveTexts