✅ Quick - Unity "using" directive
Really quick question guys, when trying to use methods from other scripts in Unity, let's say the other script's name (and therefore the other script's class name) is
Decoders, do I do using Decoders; or using static Decoders;?