Skip to content

Commit

Permalink
Merge pull request #274 from Centurion-Creative-Connect/revert-273-ch…
Browse files Browse the repository at this point in the history
…ore/migrate-with-nc-0.4.0-beta.2

Revert "Migrate with NewbieCommons 0.4.0-beta.2"
  • Loading branch information
DerpyNewbie authored Nov 25, 2024
2 parents dd17dcf + 3761a84 commit d1a42eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ MonoBehaviour:
Data: 14|System.RuntimeType, mscorlib
- Name:
Entry: 1
Data: DerpyNewbie.Common.Line.LineManager, DerpyNewbie.Common
Data: DerpyNewbie.Common.LineManager, DerpyNewbie.Common
- Name:
Entry: 8
Data:
Expand Down
3 changes: 0 additions & 3 deletions Packages/org.centurioncc.system/Runtime/Utils/HitLogger.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using CenturionCC.System.Player;
using DerpyNewbie.Common;
using DerpyNewbie.Common.Line;
using UdonSharp;
using UnityEngine;

Expand All @@ -11,10 +10,8 @@ public class HitLogger : DamageDataSyncerManagerCallback
{
[SerializeField] [HideInInspector] [NewbieInject]
private PlayerManager playerMgr;

[SerializeField] [HideInInspector] [NewbieInject]
private DamageDataSyncerManager syncerMgr;

[SerializeField] [HideInInspector] [NewbieInject]
private LineManager lineManager;

Expand Down
6 changes: 3 additions & 3 deletions Packages/vpm-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"dependencies": {}
},
"dev.derpynewbie.logger": {
"version": "0.2.0-beta.3",
"version": "0.1.11",
"dependencies": {
"com.vrchat.worlds": "^3.4.0",
"dev.derpynewbie.common": "^0.3.0"
"dev.derpynewbie.common": "0.3.x"
}
},
"dev.derpynewbie.common": {
"version": "0.4.0-beta.2",
"version": "0.3.7",
"dependencies": {
"com.vrchat.worlds": "^3.4.0"
}
Expand Down

0 comments on commit d1a42eb

Please sign in to comment.