InformationSaveAndAudioCore_Over
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Stary.Evo.InformationSave
|
||||
{
|
||||
public static class JBoxColliderExtension
|
||||
{
|
||||
public static JBoxCollider.Information GetBoxColliderInformation(this Transform tf, string desc)
|
||||
{
|
||||
return tf.GetComponent<JBoxCollider>()._list.Find(n => n.desc == desc);
|
||||
}
|
||||
|
||||
public static void SetBoxCollider(this Transform tf, string desc)
|
||||
{
|
||||
tf.GetComponent<JBoxCollider>().Set(desc);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user