Whole bunch of code cleanup, mostly using and whitespace

This commit is contained in:
lutepickle 2022-07-12 15:49:55 -07:00
parent f5170ca700
commit 1907820265
37 changed files with 228 additions and 327 deletions

View file

@ -1,13 +1,6 @@
using System; using Milk;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
using Verse.AI;
using RimWorld;
using Milk;
using RJW_Menstruation; using RJW_Menstruation;
using Verse;
namespace MilkModule namespace MilkModule
{ {

View file

@ -1,14 +1,8 @@
using System; using HarmonyLib;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Reflection;
using HarmonyLib;
using Verse;
using RimWorld;
using Milk; using Milk;
using RJW_Menstruation; using RJW_Menstruation;
using System.Reflection;
using Verse;
namespace MilkModule namespace MilkModule
{ {

View file

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해 // 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해

View file

@ -1,8 +1,7 @@
using System; using RimWorld;
using System.Collections.Generic;
using RimWorld;
using Verse;
using rjw; using rjw;
using System.Collections.Generic;
using Verse;
namespace RJW_Menstruation namespace RJW_Menstruation
{ {

View file

@ -1,10 +1,10 @@
using Verse; using rjw;
using rjw;
using rjw.Modules.Interactions.Contexts; using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums; using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Rules.PartKindUsageRules; using rjw.Modules.Interactions.Rules.PartKindUsageRules;
using rjw.Modules.Shared; using rjw.Modules.Shared;
using System.Collections.Generic; using System.Collections.Generic;
using Verse;
namespace RJW_Menstruation.Interactions namespace RJW_Menstruation.Interactions
{ {

View file

@ -1,13 +1,10 @@
using System; using HugsLib;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
using RimWorld; using RimWorld;
using UnityEngine;
using HugsLib;
using rjw; using rjw;
using System;
using System.Collections.Generic;
using UnityEngine;
using Verse;
namespace RJW_Menstruation namespace RJW_Menstruation
{ {

View file

@ -1,10 +1,4 @@
using HugsLib; using RimWorld;
using RimWorld;
using rjw;
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Verse; using Verse;
namespace RJW_Menstruation namespace RJW_Menstruation

View file

@ -1,12 +1,10 @@
using System; using RimWorld;
using rjw;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RimWorld;
using Verse;
using rjw;
using UnityEngine; using UnityEngine;
using Verse;
namespace RJW_Menstruation namespace RJW_Menstruation
{ {

View file

@ -1,11 +1,5 @@
using System; using RimWorld;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RimWorld;
using Verse; using Verse;
using rjw;
namespace RJW_Menstruation namespace RJW_Menstruation
{ {

View file

@ -1,6 +1,6 @@
using System.Collections.Generic; using RimWorld;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using RimWorld;
using Verse; using Verse;
using Verse.AI; using Verse.AI;

View file

@ -1,9 +1,9 @@
using System.Collections.Generic; using HarmonyLib;
using System.Linq;
using HarmonyLib;
using Verse;
using RimWorld; using RimWorld;
using RimWorld.Planet; using RimWorld.Planet;
using System.Collections.Generic;
using System.Linq;
using Verse;
namespace RJW_Menstruation.Patch namespace RJW_Menstruation.Patch
{ {

View file

@ -2,10 +2,8 @@
using HugsLib; using HugsLib;
using RimWorld; using RimWorld;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using UnityEngine; using UnityEngine;
using Verse; using Verse;
using rjw;
namespace RJW_Menstruation namespace RJW_Menstruation
{ {

View file

@ -2,12 +2,12 @@
using rjw; using rjw;
using rjw.Modules.Interactions.Enums; using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects; using rjw.Modules.Interactions.Objects;
using Verse;
using UnityEngine;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Reflection; using System.Reflection;
using System.Reflection.Emit; using System.Reflection.Emit;
using UnityEngine;
using Verse;
namespace RJW_Menstruation namespace RJW_Menstruation
{ {

View file

@ -1,11 +1,7 @@
using System; using RimWorld;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RimWorld;
using Verse;
using rjw; using rjw;
using System.Collections.Generic;
using Verse;
namespace RJW_Menstruation namespace RJW_Menstruation

View file

@ -1,11 +1,5 @@
using System; using UnityEngine;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RimWorld;
using Verse; using Verse;
using UnityEngine;
namespace RJW_Menstruation namespace RJW_Menstruation
{ {

View file

@ -1,8 +1,7 @@
using System; using RimWorld;
using System.Xml;
using System.Collections.Generic;
using RimWorld;
using rjw; using rjw;
using System.Collections.Generic;
using System.Xml;
using UnityEngine; using UnityEngine;
using Verse; using Verse;

View file

@ -1,10 +1,7 @@
using System; using RimWorld;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RimWorld;
using rjw;
using UnityEngine; using UnityEngine;
using Verse; using Verse;
using Verse.Sound; using Verse.Sound;

View file

@ -1,7 +1,7 @@
using System; using RimWorld;
using System.Collections.Generic;
using RimWorld;
using rjw; using rjw;
using System;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using UnityEngine; using UnityEngine;
using Verse; using Verse;

View file

@ -1,13 +1,11 @@
using RimWorld; using RimWorld;
using rjw; using rjw;
using System; using System;
using System.Linq;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using UnityEngine; using UnityEngine;
using Verse; using Verse;
using Verse.Sound; using Verse.Sound;
using System.Threading;
using System.Threading.Tasks;
namespace RJW_Menstruation namespace RJW_Menstruation

View file

@ -1,8 +1,7 @@
using RimWorld; using RimWorld;
using rjw; using rjw;
using System.Linq;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using Verse; using Verse;
namespace RJW_Menstruation namespace RJW_Menstruation

View file

@ -1,13 +1,6 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
using RimWorld;
using RJWSexperience;
using RJW_Menstruation;
using UnityEngine; using UnityEngine;
using Verse;
namespace RJW_Menstruation.Sexperience namespace RJW_Menstruation.Sexperience
{ {

View file

@ -1,13 +1,8 @@
using System; using RJWSexperience;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Threading.Tasks;
using HarmonyLib;
using Verse; using Verse;
using Verse.AI; using Verse.AI;
using RimWorld;
using RJWSexperience;
namespace RJW_Menstruation.Sexperience namespace RJW_Menstruation.Sexperience
{ {

View file

@ -1,14 +1,7 @@
using System; using HarmonyLib;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
using RimWorld;
using UnityEngine; using UnityEngine;
using RJWSexperience; using Verse;
using rjw;
using HarmonyLib;
namespace RJW_Menstruation.Sexperience namespace RJW_Menstruation.Sexperience

View file

@ -1,9 +1,4 @@
using System; using HarmonyLib;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using HarmonyLib;
using System.Reflection; using System.Reflection;
using Verse; using Verse;

View file

@ -1,16 +1,8 @@
using System; using HarmonyLib;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RJW_Menstruation;
using HarmonyLib;
using rjw;
using RimWorld; using RimWorld;
using UnityEngine;
using Verse; using Verse;
using Verse.Sound; using Verse.Sound;
using UnityEngine;
using RJWSexperience;
namespace RJW_Menstruation.Sexperience namespace RJW_Menstruation.Sexperience
{ {

View file

@ -1,14 +1,10 @@
using System; using HarmonyLib;
using RimWorld;
using RJWSexperience;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
using Verse.AI;
using RimWorld;
using HarmonyLib;
using UnityEngine; using UnityEngine;
using RJWSexperience; using Verse;
namespace RJW_Menstruation.Sexperience namespace RJW_Menstruation.Sexperience
{ {

View file

@ -1,15 +1,9 @@
using System; using HarmonyLib;
using System.Collections.Generic; using rjw;
using RJWSexperience;
using System.Linq; using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RimWorld;
using Verse; using Verse;
using Verse.AI; using Verse.AI;
using rjw;
using RJW_Menstruation;
using HarmonyLib;
using RJWSexperience;
namespace RJW_Menstruation.Sexperience namespace RJW_Menstruation.Sexperience
{ {

View file

@ -1,5 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해 // 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해

View file

@ -1,9 +1,4 @@
using RimWorld; using Verse;
using rjw;
using System.Linq;
using System;
using System.Collections.Generic;
using Verse;
namespace RJW_Menstruation.Sexperience namespace RJW_Menstruation.Sexperience
{ {