1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Renamed System.Collections.Generic to System.Collections

This commit is contained in:
Brian Fiete 2020-04-29 06:40:03 -07:00
parent 4cb9791845
commit dbd9b32e3f
281 changed files with 368 additions and 341 deletions

View file

@ -1,7 +1,7 @@
using System;
using Beefy.theme.dark;
using Beefy.gfx;
using System.Collections.Generic;
using System.Collections;
using System.Diagnostics;
using Beefy.geom;