Exemplo n.º 1
0
 public static string GetPlayerName(IPlayerContentController that) => that.Value <string>("playerName");
Exemplo n.º 2
0
 public static string GetPlayerPosition(IPlayerContentController that) => that.Value <string>("playerPosition");
Exemplo n.º 3
0
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetPlayerImage(IPlayerContentController that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("playerImage");
Exemplo n.º 4
0
 public static int GetPlayerPoints(IPlayerContentController that) => that.Value <int>("playerPoints");