File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ internal class Printers
21
21
public static ReadOnlySpan < char > GetOrDefault_String__ ( string value ) => value . ToString ( ) ;
22
22
public static ReadOnlySpan < char > GetOrDefault_BlockGroup__ ( BlockGroup value ) => value . ToString ( ) ;
23
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" ;
24
+ public static ReadOnlySpan < char > GetOrDefault_Pagination__ ( Pagination data ) => "todo: implement print pagination" ;
25
25
public static ReadOnlySpan < char > GetOrDefault_Guidelines__ ( Guidelines value ) => Guidelines . Parse ( value ) ;
26
26
27
27
public delegate void PrinterAppend < in TInstance > ( TInstance instance , StringBuilder destination ) ;
Original file line number Diff line number Diff line change 5
5
namespace GeometryDashAPI . Server . Responses
6
6
{
7
7
[ Sense ( "#" ) ]
8
+ [ AsStruct ]
8
9
public class LevelPageResponse : GameObject
9
10
{
10
11
[ GameProperty ( "0" ) ]
You can’t perform that action at this time.
0 commit comments