Whats Up Guys !
Today If God wishes I May Release New Update With Lot Of New Content For You I Know The Last Update Was Just A Bugged Trash Thats Due To Cubiquity Library Errors I Have Tried Fixed Them And Boooom! It’s Fixed ! So Hope The Game To Come Out !
Thanks For Reading!
using UnityEngine;
using fun.collections;
using gamejolt.cilent;
public Game m_game;
void Start ()
{
m_game = earth_attack;
}
void UploadGame ()
{
if ( compiled == true )
{
m_game.upload = true;
}
}
0 comments