3.0 - namespace

This commit is contained in:
monitor1394
2022-02-19 22:37:57 +08:00
parent ce5aeb2d98
commit e72349a69f
306 changed files with 306 additions and 236 deletions

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
using System.Text;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[System.Serializable]
public abstract class BaseSerie

View File

@@ -2,7 +2,7 @@
using System;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[System.Serializable]
public class ChildComponent

View File

@@ -2,7 +2,7 @@
using System;
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// Coordinate system component.

View File

@@ -5,7 +5,7 @@ using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace XCharts
namespace XCharts.Runtime
{
[System.Serializable]
public class MainComponent : IComparable

View File

@@ -1,5 +1,5 @@
namespace XCharts
namespace XCharts.Runtime
{
public class MainComponentContext
{