Skip to content

Instantly share code, notes, and snippets.

View yatyricky's full-sized avatar
💭
I may be slow to respond.

Rick Sun yatyricky

💭
I may be slow to respond.
  • Rogue Encampment
View GitHub Profile
@yatyricky
yatyricky / GradleConfig.cs
Created July 29, 2021 01:25 — forked from zcyemi/GradleConfig.cs
Single file C# gradle file parser
using System.Collections.Generic;
using UnityEngine;
using System.IO;
using System.Text;
using System;
using Newtonsoft.Json;
namespace CIS
{
public class GradleConfig