예제 #1
0
 public GraphQuery(BehaviorGraph graph, IContentRegistry contentRegistry)
 {
     _graph           = graph;
     _contentRegistry = contentRegistry;
 }
예제 #2
0
 public BasicScriptTagWriter(IContentRegistry registry)
 {
     _registry = registry;
 }
예제 #3
0
 public CssLinkTagWriter(IContentRegistry contentRegistry)
 {
     _contentRegistry = contentRegistry;
 }
예제 #4
0
 public CssLinkTagWriter(IContentRegistry contentRegistry)
 {
     _contentRegistry = contentRegistry;
 }
예제 #5
0
 public GraphQuery(BehaviorGraph graph, IContentRegistry contentRegistry)
 {
     _graph = graph;
     _contentRegistry = contentRegistry;
 }
예제 #6
0
 public BasicScriptTagWriter(IContentRegistry registry)
 {
     _registry = registry;
 }
예제 #7
0
파일: Crops.cs 프로젝트: tpf89/StardewMods
 public static void RegisterCustomCrop(this IContentRegistry registry, CropData crop, ItemData seeds, ItemData produce)
 {
 }
예제 #8
0
파일: Crops.cs 프로젝트: tpf89/StardewMods
 public static ItemData GetItemDataFromId(this IContentRegistry registry, int id)
 {
     return(new ItemData());
 }