| 1234567891011121314 | namespace HelloWorld;public static class Program{    /// <summary>    ///     The entry point of the application. This will be executed when extension is loaded.    /// You can use this method, but there are special methods that are used for initialization. You won't be able to access PixiEditor Api at this point.    /// See <see cref="HelloWorldExtension"/> for more information.    /// </summary>    public static void Main()    {    }}
 |