Skip to content

Instantly share code, notes, and snippets.

View chitimalli's full-sized avatar
🎯
ApplyingFUN

Amar chitimalli

🎯
ApplyingFUN
View GitHub Profile
@chitimalli
chitimalli / DBMgr.cs
Last active July 9, 2018 05:18
This is one of the core classes in SmashWars that controls player movement in the game.
using UnityEngine;
using System.Collections;
using System.Linq;
using System.Collections.Generic;
using CodeStage.AntiCheat.ObscuredTypes;
public class DBMgr : MonoBehaviour
{