Merge branch 'LabRab_4' into LabRab_5
This commit is contained in:
commit
5534da4aba
@ -37,4 +37,12 @@ public class MapsCollection {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
public DrawingObjectWarship get(String name,int i) {
|
||||
if (_mapStorages.containsKey(name))
|
||||
{
|
||||
return _mapStorages.get(name).GetWarshipInList(i);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user