AK056/Assets/GameLogic/Origin/source/SourceComponent.cs

17 lines
293 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using EasyInject.Attributes;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// 数据源加载预制体json等
/// </summary>
///
[GameObjectBean]
public class SourceComponent : MonoBehaviour
{
public void AddressableLoading()
{
}
}