Allows you to determine the color and transparency in which this NPC is drawn. Return null to use the default color (normally light and buff color). Returns null by default.
- Parameters
-
- Returns
Definition at line 584 of file ModNPC.cs.
585 {
586 return null;
587 }