i like masocore, atmospheric, isometric games, cool shaders, and nice crunchy pixels
He/him
class MyList :List
{
static int id_cnt=0;
int my_id;
public MyList() : base()
{
my_id = id_cnt++;
}
public void Add(whatever)
{
Debug.Log(“Added “ + whatever + “ to list “ + my_id + “, length “ + Length());
base.Add(whatever)
}
}
(may have syntax errors)
class MyList :List
{
static int id_cnt=0;
int my_id;
public MyList() : base()
{
my_id = id_cnt++;
}
public void Add(whatever)
{
Debug.Log(“Added “ + whatever + “ to list “ + my_id + “, length “ + Length());
base.Add(whatever)
}
}
(may have syntax errors)
mastodon.social/@UltimateWal...
mastodon.social/@UltimateWal...