File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
GeometryDashAPI/Serialization Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Text ;
3
3
using GeometryDashAPI . Levels ;
4
+ using GeometryDashAPI . Server ;
4
5
5
6
namespace GeometryDashAPI . Serialization
6
7
{
@@ -20,6 +21,7 @@ internal class Printers
20
21
public static ReadOnlySpan < char > GetOrDefault_String__ ( string value ) => value . ToString ( ) ;
21
22
public static ReadOnlySpan < char > GetOrDefault_BlockGroup__ ( BlockGroup value ) => value . ToString ( ) ;
22
23
public static ReadOnlySpan < char > GetOrDefault_Hsv__ ( Hsv value ) => Hsv . Parse ( value ) ;
24
+ public static ReadOnlySpan < char > GetOrDefault_Pagination__ ( ReadOnlySpan < char > data ) => "todo: implement print pagination" ;
23
25
public static ReadOnlySpan < char > GetOrDefault_Guidelines__ ( Guidelines value ) => Guidelines . Parse ( value ) ;
24
26
25
27
public delegate void PrinterAppend < in TInstance > ( TInstance instance , StringBuilder destination ) ;
You can’t perform that action at this time.
0 commit comments