mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
17 lines
No EOL
288 B
C#
17 lines
No EOL
288 B
C#
|
|
|
|
namespace PepperDash.Core.JsonToSimpl;
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public class JsonToSimplFixedPathObject : JsonToSimplChildObjectBase
|
|
{
|
|
/// <summary>
|
|
/// Constructor
|
|
/// </summary>
|
|
public JsonToSimplFixedPathObject()
|
|
{
|
|
this.LinkedToObject = true;
|
|
}
|
|
} |