✅ Can we create "modules" that can be imported in C#?
Hello guys, I wanted to create a specific script where there are methods that can be imported. In order to do that, it's mandatory to create a new class? I mean since we are creating a new class, it will be mandatory to instantiate it or use the class name itself if it's static... it's not possible to just import a specific method ?
2 Replies