mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-10 08:28:12 +08:00
8 lines
198 B
C#
8 lines
198 B
C#
namespace YaeAchievement.AppCenterSDK.Models;
|
|
|
|
public class LogWithProperties : Log {
|
|
|
|
public IDictionary<string, string> Properties { get; set; } = new Dictionary<string, string>();
|
|
|
|
}
|