Skip to content

Commit

Permalink
add RawContent to Storyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
flustix committed Dec 6, 2024
1 parent 7a1e9cf commit 72d4957
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fluXis.Game/Storyboards/Storyboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ public class Storyboard
[JsonIgnore]
public bool Empty => Elements.Count == 0;

#region Server-Side Stuff

[JsonIgnore]
public string RawContent { get; set; } = "";

#endregion

public event Action<StoryboardElement> ElementAdded;
public event Action<StoryboardElement> ElementRemoved;

Expand Down

0 comments on commit 72d4957

Please sign in to comment.