Added Human parts
This commit is contained in:
4
Parts/PartNotAttachableException.cs
Normal file
4
Parts/PartNotAttachableException.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace WaifuCellar.Parts;
|
||||
|
||||
public class PartNotAttachableException(Part errorPart, Type destPart, string message = "") : Exception(
|
||||
$"Part {System.Reflection.Assembly.GetAssembly(errorPart.GetType())?.GetName().Name} cannot be attached to {destPart.Name}.\n{message}");
|
||||
Reference in New Issue
Block a user