rename class properly
This commit is contained in:
		
							parent
							
								
									b19a576515
								
							
						
					
					
						commit
						d49612e7e5
					
				| @ -44,7 +44,7 @@ public class Entry { | ||||
|         { Events.SellOrganicData, typeof(SellOrganicDataEntry) }, | ||||
|         { Events.ShieldState, typeof(ShieldStateEntry) }, | ||||
|         { Events.ShipTargeted, typeof(ShipTargetedEntry) }, | ||||
|         { Events.SupercruiseDestinationDrop, typeof(SupercruiseDestinationDrop) }, | ||||
|         { Events.SupercruiseDestinationDrop, typeof(SupercruiseDestinationDropEntry) }, | ||||
|         { Events.SupercruiseEntry, typeof(SupercruiseEntryEntry) }, | ||||
|         { Events.SupercruiseExit, typeof(SupercruiseExitEntry) }, | ||||
|         { Events.UnderAttack, typeof(UnderAttackEntry) }, | ||||
|  | ||||
| @ -35,7 +35,7 @@ public class Events { | ||||
|     public static readonly string ShieldState = "ShieldState"; | ||||
|     public static readonly string ShipTargeted = "ShipTargeted"; | ||||
|     public static readonly string Shutdown = "Shutdown"; | ||||
|     public static readonly string SupercruiseDestinationDrop = "SupercruiseDestinationDrop"; | ||||
|     public static readonly string SupercruiseDestinationDrop = "SupercruiseDestinationDropEntry"; | ||||
|     public static readonly string SupercruiseEntry = "SupercruiseEntry"; | ||||
|     public static readonly string SupercruiseExit = "SupercruiseExit"; | ||||
|     public static readonly string UnderAttack = "UnderAttack"; | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| namespace EDPlayerJournal.Entries; | ||||
| 
 | ||||
| public class SupercruiseDestinationDrop : Entry { | ||||
| public class SupercruiseDestinationDropEntry : Entry { | ||||
|     /// <summary> | ||||
|     /// Destination type, internal string. | ||||
|     /// </summary> | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user