Ed Documentation

Home

❯

DataComponent Data Structure

DataComponent Data Structure

Dec 25, 20241 min read

public class DataComponent
{
    public string? DataType { get; set; }
    public Variable[]? Variables { get; set; }
}

See Also:

  • Variable Data Structure
  • TileDef Data Structure

Graph View

Backlinks

  • TileDef Data Structure
  • Variable Data Structure

Created with Quartz v4.5.1 © 2025

  • GitHub
  • Discord Community