This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
ck
/
XiuXianGame
Beobachten
3
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
ec2ca57d97
Branches
Tags
GameFrameBasci
Google
Taptap
Taptap_iOS
master
master_v2.0
XiuXianGame
/
Assets
/
TapSDK
/
Core
/
Runtime
/
Public
/
ITapPropertiesProxy.cs
ITapPropertiesProxy.cs
111 B
Verlauf
Originalformat
1
2
3
4
5
6
namespace TapSDK.Core {
public interface ITapPropertiesProxy {
string GetProperties();
}
}