mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-06-01 04:53:29 -05:00
allow XSE format to 'create new' data
This commit is contained in:
parent
ccc1d81a0e
commit
54ec62e8b1
|
|
@ -124,7 +124,8 @@ namespace HavenSoft.HexManiac.Core.Models.Runs.Factory {
|
|||
}
|
||||
|
||||
public override IFormattedRun WriteNewRun(IDataModel owner, ModelDelta token, int source, int destination, string name, IReadOnlyList<ArrayRunElementSegment> sourceSegments) {
|
||||
throw new System.NotImplementedException();
|
||||
token.ChangeData(owner, destination, 2);
|
||||
return new XSERun(destination);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user