How do I send data from c# script to a global gd script?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AuthorSan

I want to write my android game using c# but also want to use Google Play services plugin which I believe are only available in Gdscript. So, I’m thinking of using gdscript for google play services and c# for rest of the game.