This commit is contained in:
CortexCore
2025-04-28 15:11:01 +08:00
parent 2d8978e694
commit f8bcf8a4d4
19 changed files with 526 additions and 15 deletions

View File

@@ -0,0 +1,16 @@
namespace Net.BITKit.UX.SnackBar
{
public enum Severity
{
Normal,
Info,
Success,
Warning,
Error
}
public interface ISnackBar
{
void Add(string message, Severity severity = Severity.Normal);
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: c47bfae1d8985004181217f413fa6c64
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: