This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
GFG_New
/
ET9_WebGL_Base
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
bee138d1d9
Atzari
Tagi
WebGL
ET9_WebGL_Base
/
Robot
/
Model
/
Module
/
RobotCase
/
IRobotCase.cs
IRobotCase.cs
101 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
namespace ET
{
public interface IRobotCase
{
ETTask Run(RobotCase robotCase);
}
}