This commit is contained in:
SoulliesOfficial
2026-04-17 12:01:50 -04:00
parent dd2657573a
commit ac98ec3aef
438 changed files with 4505 additions and 428 deletions

View File

@@ -4,7 +4,7 @@ using System.Linq;
using SoftCircuits.Collections;
using UnityEngine;
namespace SLSFramework.General
namespace SLSUtilities.General
{
public static class DictionaryExtension
{

View File

@@ -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
{

View File

@@ -1,6 +1,6 @@
using System;
namespace SLSFramework.General
namespace SLSUtilities.General
{
/// <summary>
/// 实现该接口的类可以根据优先级进行比较和排序。

View File

@@ -4,7 +4,7 @@ using System.Linq;
using UnityEngine;
using Random = UnityEngine.Random;
namespace SLSFramework.General
namespace SLSUtilities.General
{
public static partial class ListExtension
{

View File

@@ -1,6 +1,6 @@
using UnityEngine;
namespace SLSFramework.General
namespace SLSUtilities.General
{
public class Singleton<T> : MonoBehaviour where T : MonoBehaviour
{

View File

@@ -1,6 +1,6 @@
using UnityEngine;
namespace SLSFramework.General
namespace SLSUtilities.General
{
public static class SpaceConverter
{

View File

@@ -1,6 +1,6 @@
using UnityEngine;
namespace SLSFramework.General
namespace SLSUtilities.General
{
public static class SpriteExtension
{

View File

@@ -3,7 +3,7 @@ using Continentis.MainGame.Card;
using I2.Loc;
using UnityEngine;
namespace SLSFramework.General
namespace SLSUtilities.General
{
public static class StringExtension
{

View File

@@ -1,7 +1,7 @@
using Lean.Pool;
using UnityEngine;
namespace SLSFramework.General
namespace SLSUtilities.General
{
public static class TransformExtension
{