This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
vinit.terra
/
ICEY
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Cabang:
main
Ranting
Tag
main
ICEY
/
Assets
/
GameAssets
/
Games
/
icey
/
Scripts
/
IController.cs
IController.cs
70 B
Permalink
Riwayat
Mentahan
1
2
3
4
5
6
using System;
public interface IController
{
void Update();
}