DrifterUnityMethod
Marks a function as a method exposed to the Unity environment.
This annotation allows you to declare functions within your Kotlin code that can be accessed and called from Unity scripts. It specifies the name of the exposed method in Unity and the names of its parameters.