Ed Documentation

Home

❯

Variable Data Structure

Variable Data Structure

Dec 25, 20241 min read

public class Variable
{
    public string? Name { get; set; }
    public string?[]? Values { get; set; }
}

See Also:

  • TileDef Data Structure
  • DataComponent Data Structure

Graph View

Backlinks

  • DataComponent Data Structure
  • TileDef Data Structure

Created with Quartz v4.5.1 © 2025

  • GitHub
  • Discord Community