Skip to content

Commit 1a7f883

Browse files
NathanFlurryAngelOnFira
authored andcommitted
chore: migrate to ui toolkit (#34)
1 parent 9f89bf8 commit 1a7f883

176 files changed

Lines changed: 8320 additions & 744 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Assets/Rivet/Editor/Images/icon-text-white.svg.meta renamed to Assets/Backend/Api.meta

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Backend/Api/Modules.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Backend/Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Do not edit this file directly.
44
//
5-
// Generated at 2024-07-24T03:59:07.525Z
5+
// Generated at 2024-07-28T09:51:45.793Z
66

77
using System;
88
using System.Collections.Generic;

Assets/Backend/Model/LobbiesCreateResponseLobbyBackendLocalDevelopment.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected CreateResponseLobbyBackendLocalDevelopment() { }
3939
/// Initializes a new instance of the <see cref="CreateResponseLobbyBackendLocalDevelopment" /> class.
4040
/// </summary>
4141
/// <param name="ports">ports (required).</param>
42-
public CreateResponseLobbyBackendLocalDevelopment(Dictionary<string, CreateResponseLobbyBackendLocalDevelopmentPortsValue> ports = default(Dictionary<string, CreateResponseLobbyBackendLocalDevelopmentPortsValue>))
42+
public CreateResponseLobbyBackendLocalDevelopment(Object ports = default(Object))
4343
{
4444
// to ensure "ports" is required (not null)
4545
if (ports == null)
@@ -53,7 +53,7 @@ protected CreateResponseLobbyBackendLocalDevelopment() { }
5353
/// Gets or Sets Ports
5454
/// </summary>
5555
[DataMember(Name = "ports", IsRequired = true, EmitDefaultValue = true)]
56-
public Dictionary<string, CreateResponseLobbyBackendLocalDevelopmentPortsValue> Ports { get; set; }
56+
public Object Ports { get; set; }
5757

5858
/// <summary>
5959
/// Returns the string presentation of the object

Assets/Backend/Model/LobbiesDestroyResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Do not edit this file directly.
44
//
5-
// Generated at 2024-07-24T03:59:07.550Z
5+
// Generated at 2024-07-28T09:51:45.800Z
66

77

88
using System;

Assets/Backend/Model/LobbiesForceGcRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Do not edit this file directly.
44
//
5-
// Generated at 2024-07-24T03:59:07.553Z
5+
// Generated at 2024-07-28T09:51:45.802Z
66

77

88
using System;

Assets/Backend/Model/LobbiesForceGcResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Do not edit this file directly.
44
//
5-
// Generated at 2024-07-24T03:59:07.554Z
5+
// Generated at 2024-07-28T09:51:45.803Z
66

77

88
using System;

Assets/Backend/Model/LobbiesListRegionsRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Do not edit this file directly.
44
//
5-
// Generated at 2024-07-24T03:59:07.554Z
5+
// Generated at 2024-07-28T09:51:45.803Z
66

77

88
using System;

Assets/Backend/Model/LobbiesListRegionsResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Do not edit this file directly.
44
//
5-
// Generated at 2024-07-24T03:59:07.555Z
5+
// Generated at 2024-07-28T09:51:45.803Z
66

77

88
using System;

Assets/Backend/Model/LobbiesSetLobbyReadyResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Do not edit this file directly.
44
//
5-
// Generated at 2024-07-24T03:59:07.550Z
5+
// Generated at 2024-07-28T09:51:45.801Z
66

77

88
using System;

0 commit comments

Comments
 (0)