mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
[screeps] Release 2.5.1 (#29623)
This commit is contained in:
1620
types/screeps/index.d.ts
vendored
1620
types/screeps/index.d.ts
vendored
File diff suppressed because it is too large
Load Diff
@@ -655,3 +655,10 @@ function keys<T>(o: T): Array<keyof T> {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Room event log
|
||||
|
||||
{
|
||||
room.getEventLog();
|
||||
room.getEventLog(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user