Files
Cielonos/Packages/dev.yarnspinner.unity/Runtime/Attributes/LanguageAttribute.cs
SoulliesOfficial 8186f54e90 新场景,剧情
2026-06-02 12:55:39 -04:00

14 lines
279 B
C#

/*
Yarn Spinner is licensed to you under the terms found in the file LICENSE.md.
*/
using UnityEngine;
namespace Yarn.Unity.Attributes
{
public class LanguageAttribute : PropertyAttribute
{
// No data or methods on this attribute; it's purely a marker.
}
}