Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

client

❯

C_Citadel_DruidPlantShield

C_Citadel_DruidPlantShield

Jan 23, 2026

  • schemas
  • schemas/class
class C_Citadel_DruidPlantShield : public CCitadelAnimatingModelEntity
{
public:
    bool m_bSolid;
    VectorWS m_vStartPos;
    VectorWS m_vEndPos;
    GameTime_t m_flStartGrowTime;
    GameTime_t m_flEndGrowTime;
};

Graph View

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server