25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- using System;
- using UnityEngine;
-
- namespace CI.WSANative.Personalisation
- {
- public static class WSANativePersonalisation
- {
- public static Color GetSystemAccentColour()
- {
- return Color.white;
- }
-
- public static Func<Color> _GetAccentColour;
- }
- }
|