A

Results 15 issues of A

Hi @Nazariglez first of all, thank you for the really great game engine. trying to use it my own project. I was building the demo project for html5, android, iOS...

Example: ``` [CVarContainer] public static class BattleVariables { public static readonly CVar EarnedCoins = new CVar( "Earned Coins", BattleProperties.EarnedCoins, CFlags.None, new CVarProxy( () => BattleProperties.EarnedCoins, value => { BattleProperties.EarnedCoins =...

it would be great to have raw sq query to copy paste in queries. I know I can do rpc but it would require to create functions. I have already...

Now gist are working via https without pre tag in output. Add private option for post publishing.