adjusting railroader usage of namespace Model.OpsNew -> Model.Ops and some adjustments to the version files.

This commit is contained in:
2024-12-24 22:11:22 -06:00
parent ca0e78b971
commit 7ebd14db2a
11 changed files with 26 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
using Game.State;
using Helpers;
using Model.OpsNew;
using Model.Ops;
using Network;
using RMROC451.TweaksAndThings.Extensions;
using System.Linq;