Cronous Emulation Server Daemon

SkillStaffMastery.load Method 

[Visual Basic]
Overrides Public Sub load( _ 
   ByVal psc As PlayerStatusCalculator, _ 
   ByVal p As Player, _ 
   ByVal level As Integer _ 
)
[C#]
public override void load(
   PlayerStatusCalculator psc,
   Player p,
   int level
);
[C++]
public: void load(
   PlayerStatusCalculator* psc,
   Player* p,
   int level
);
[JScript]
public override function load(
   PlayerStatusCalculator psc,
   Player p,
   int level
);

See Also

SkillStaffMastery Class | croemud.skill.concrete Namespace