Well this is what I did I went to add twopigtails and it said item not marked constructable so I went to the hair.cs and beard.cs. Well it has been marked out so I unmark them and then I get these errors.
Code:
Errors
+ Items/Facial/Beard.cs
CS0122: Line 18: 'Server.item.GenericBeard.GenericBeard(int, int)' is inaccessible due to its protection level
CS0103: Line 93: The name 'Dupe' does not exist in the current context
+ Items/Facial/Hair.cs
CS0122: Line 61: 'Server.item.GenericHair.GenericHair(int, int)' is inaccessible due to its protection level
CS0103: Line 93: The name 'Dupe' does not exist in the current context
Can anyone tell me my problem?