mirror of
https://github.com/ckaczor/Advent2019.git
synced 2026-02-14 18:46:33 -05:00
Day 6
This commit is contained in:
8
Day6/MapObject.cs
Normal file
8
Day6/MapObject.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Advent
|
||||
{
|
||||
public class MapObject
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public MapObject Parent { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user