Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Nov 5, 2024
1 parent 9f19ac6 commit c14d2cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions Assets/Dojo/Runtime/ModelInstance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using System.Numerics;
using System.Reflection;
using Newtonsoft.Json;

namespace Dojo
{
[AttributeUsage(AttributeTargets.Field)]
Expand Down
8 changes: 0 additions & 8 deletions Assets/Dojo/Runtime/WorldManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
using Dojo.Starknet;
using System.Threading.Tasks;

// Fix to use Records in Unity ref. https://stackoverflow.com/a/73100830
using System.ComponentModel;
namespace System.Runtime.CompilerServices
{
[EditorBrowsable(EditorBrowsableState.Never)]
internal class IsExternalInit{}
}

namespace Dojo
{
public class WorldManager : MonoBehaviour
Expand Down
8 changes: 8 additions & 0 deletions Assets/Spawn And Move/GameManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
using Object = System.Object;
using Random = UnityEngine.Random;

// Fix to use Records in Unity ref. https://stackoverflow.com/a/73100830
using System.ComponentModel;
namespace System.Runtime.CompilerServices
{
[EditorBrowsable(EditorBrowsableState.Never)]
internal class IsExternalInit{}
}

public class GameManager : MonoBehaviour
{
[SerializeField] WorldManager worldManager;
Expand Down

0 comments on commit c14d2cc

Please sign in to comment.