chore: disabled all ImplicitUsings

This commit is contained in:
2025-05-03 20:41:26 +03:00
parent 3725a3b0fd
commit 98edbe1af5
7 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
using System;
using Syntriax.Engine.Core;
namespace Syntriax.Engine.Systems.Tween;

View File

@@ -1,4 +1,5 @@
using System.Collections;
using System.Collections.Generic;
using Syntriax.Engine.Core;