Kagamia
Kagamia
*example code:* ``` protected override void Initialize() { var mgfxo = File.ReadAllBytes(@"test.mgfxo"); var index = 100000; var byteArray = new byte[index+mgfxo.Length]; Buffer.BlockCopy(mgfxo, 0, byteArray, index, mgfxo.Length); var effect = new...
checkout the new pre-release version, and enable this feature manually:  waiting your feedback :)
After a year's continually developing, we a about to the last version of wcR2-2.0.x. The main theme of version 2.0 is '**Spine and Links**', ImageViewer and MapRender are both refactored...
 System.NullReferenceException: Object reference not set to an instance of an object. at WzComparerR2.Skill.CreateFromNode(Wz_Node node) at WzComparerR2.DBConnection.ExportSkillOption(String outputDir) at WzComparerR2.MainForm.btnExportSkillOption_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at DevComponents.DotNetBar.ButtonX.OnClick(EventArgs e)...
I'm trying to migrate wcR2 to .Net 6, but meet some blocking issue. Here's the migration steps that I plan to take: 1. migrate `.csproj` to sdk-style project file, so...