added filter workers

This commit is contained in:
c0ffee 2022-08-12 00:23:45 -07:00
parent 8810840d48
commit bcf2b42d6d
3 changed files with 24 additions and 1 deletions

View file

@ -5,7 +5,7 @@ using System.Text;
using System.Threading.Tasks;
using Verse;
namespace CRIALactation.Source.ThingFilters
namespace CRIALactation
{
class SpecialThingFilterWorker_Milk : SpecialThingFilterWorker_MilkBase
{