12 lines
192 B
C#
12 lines
192 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace zero.Core.Renderer
|
|
{
|
|
public class StateOptions
|
|
{
|
|
public void Add(string label, object value) { }
|
|
}
|
|
}
|