7 lines
125 B
C#
7 lines
125 B
C#
namespace RobotNet10.RobotApp.Script.Shared;
|
|
|
|
public interface IRobotAppScriptGlobals
|
|
{
|
|
IRobot Robot { get; }
|
|
}
|