mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Merged master
This commit is contained in:
commit
d5a15358d7
2
.github/workflows/RunUnityTests.yml
vendored
2
.github/workflows/RunUnityTests.yml
vendored
@ -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
|
||||||
|
|
||||||
|
@ -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
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user