更新
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using SoftCircuits.Collections;
|
||||
using UnityEngine;
|
||||
|
||||
namespace SLSFramework.General
|
||||
namespace SLSUtilities.General
|
||||
{
|
||||
public static class DictionaryExtension
|
||||
{
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
using System;
|
||||
using SLSFramework.General;
|
||||
using SLSUtilities.General;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Events;
|
||||
|
||||
|
||||
namespace SLSFramework.General
|
||||
namespace SLSUtilities.General
|
||||
{
|
||||
public class PrioritizedAction : IPrioritized
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace SLSFramework.General
|
||||
namespace SLSUtilities.General
|
||||
{
|
||||
/// <summary>
|
||||
/// 实现该接口的类可以根据优先级进行比较和排序。
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using UnityEngine;
|
||||
using Random = UnityEngine.Random;
|
||||
|
||||
namespace SLSFramework.General
|
||||
namespace SLSUtilities.General
|
||||
{
|
||||
public static partial class ListExtension
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace SLSFramework.General
|
||||
namespace SLSUtilities.General
|
||||
{
|
||||
public class Singleton<T> : MonoBehaviour where T : MonoBehaviour
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace SLSFramework.General
|
||||
namespace SLSUtilities.General
|
||||
{
|
||||
public static class SpaceConverter
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace SLSFramework.General
|
||||
namespace SLSUtilities.General
|
||||
{
|
||||
public static class SpriteExtension
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using Continentis.MainGame.Card;
|
||||
using I2.Loc;
|
||||
using UnityEngine;
|
||||
|
||||
namespace SLSFramework.General
|
||||
namespace SLSUtilities.General
|
||||
{
|
||||
public static class StringExtension
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using Lean.Pool;
|
||||
using UnityEngine;
|
||||
|
||||
namespace SLSFramework.General
|
||||
namespace SLSUtilities.General
|
||||
{
|
||||
public static class TransformExtension
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user