Skip to content

Instantly share code, notes, and snippets.

View RoboCafaz's full-sized avatar

Bobby Cafazzo RoboCafaz

View GitHub Profile
@RoboCafaz
RoboCafaz / nakama_dump_200216.csv
Created February 16, 2020 22:20
Dump of every unit on an active team, their roles, and when the team was submitted
We can't make this file beautiful and searchable because it's too large.
unitId,type,date
1434,Helper,1/10/2018
1434,Captain,1/10/2018
1595,Helper,1/10/2018
1436,Crew,1/10/2018
1440,Crew,1/10/2018
836,Crew,1/10/2018
1404,Helper,1/10/2018
1404,Captain,1/10/2018
654,Helper,1/10/2018
@RoboCafaz
RoboCafaz / wiggler.cs
Created August 30, 2012 23:37
Wiggler class
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SpaceRhythm.Game.Entities;
using SpaceRhythm.Engine.Base;
namespace SpaceRhythm.Game.Enemy
{
class Wiggler : EnemyShip