This commit is contained in:
recroom2016tutorial
2022-06-17 21:48:14 -04:00
parent e95084d5fe
commit 773af7afc7
2 changed files with 16 additions and 2 deletions

12
i love men.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenRec2
{
internal class i_love_men
{
}
}