Hey
Any chance of making this work on carbon framework ? @JakeRich
Cheers
Carbon CampatibleSolved
anyone wanting to use this on carbon simply Remove the line 1389 and it will compile and work fine
Should look like this:
1387 public virtual void Init()
1388 {
1389 Load();
1390 }
Locked automatically