using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; namespace FLGenerateLibrary { public class FraneLA { /// /// время запуска /// public float StartTime; /// /// Цвет в R G B /// public Color32 Color; /// /// Время окончания /// public float StopTime; } }